com.atlassian.crowd.model.application
Class RemoteAddress

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

public class RemoteAddress
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<RemoteAddress>

Represents a valid IP address for an Application

See Also:
Serialized Form

Constructor Summary
protected RemoteAddress()
           
  RemoteAddress(java.lang.String address)
           
 
Method Summary
 int compareTo(RemoteAddress o)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getAddress()
           
 java.lang.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(java.lang.String address)
Method Detail

getAddress

public java.lang.String getAddress()

getBinaryAddress

public java.lang.String getBinaryAddress()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

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


Copyright © 2010 Atlassian. All Rights Reserved.