com.atlassian.crowd.openid.server.model.security
Class AddressRestriction

java.lang.Object
  extended by com.atlassian.crowd.openid.server.model.EntityObject
      extended by com.atlassian.crowd.openid.server.model.security.AddressRestriction
All Implemented Interfaces:
Serializable

public class AddressRestriction
extends EntityObject

See Also:
Serialized Form

Constructor Summary
AddressRestriction()
           
 
Method Summary
 boolean equals(Object o)
           
 String getAddress()
           
 int hashCode()
           
 void setAddress(String address)
           
 
Methods inherited from class com.atlassian.crowd.openid.server.model.EntityObject
getCreatedDate, getId, getUpdatedDate, setCreatedDate, setId, setUpdatedDate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressRestriction

public AddressRestriction()
Method Detail

getAddress

public String getAddress()

setAddress

public void setAddress(String address)

hashCode

public int hashCode()
Specified by:
hashCode in class EntityObject

equals

public boolean equals(Object o)
Specified by:
equals in class EntityObject


Copyright © 2013 Atlassian. All Rights Reserved.