com.atlassian.crowd.model.application
Class RemoteAddress

java.lang.Object
  extended by com.atlassian.crowd.model.application.RemoteAddress
All Implemented Interfaces:
Serializable, Comparable<RemoteAddress>

public class RemoteAddress
extends Object
implements Serializable, Comparable<RemoteAddress>

Represents a valid IP address for an Application

See Also:
Serialized Form

Constructor Summary
protected RemoteAddress()
           
  RemoteAddress(String address)
           
 
Method Summary
 int compareTo(RemoteAddress o)
           
 boolean equals(Object o)
           
 String getAddress()
           
 String getBinaryAddress()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAddress

protected RemoteAddress()

RemoteAddress

public RemoteAddress(String address)
Method Detail

getAddress

public String getAddress()

getBinaryAddress

public String getBinaryAddress()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(RemoteAddress o)
Specified by:
compareTo in interface Comparable<RemoteAddress>


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.