com.atlassian.crowd.openid.server.model.approval
Class SiteApproval

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

public class SiteApproval
extends EntityObject

See Also:
Serialized Form

Constructor Summary
SiteApproval()
           
SiteApproval(User user, Profile profile, Site site, boolean alwaysAllow)
           
 
Method Summary
 boolean equals(Object o)
           
 Profile getProfile()
           
 Site getSite()
           
 User getUser()
           
 int hashCode()
           
 boolean isAlwaysAllow()
           
 void setAlwaysAllow(boolean alwaysAllow)
           
 void setProfile(Profile profile)
           
 void setSite(Site site)
           
 void setUser(User user)
           
 
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

SiteApproval

public SiteApproval()

SiteApproval

public SiteApproval(User user,
                    Profile profile,
                    Site site,
                    boolean alwaysAllow)
Method Detail

getSite

public Site getSite()

setSite

public void setSite(Site site)

getProfile

public Profile getProfile()

setProfile

public void setProfile(Profile profile)

isAlwaysAllow

public boolean isAlwaysAllow()

setAlwaysAllow

public void setAlwaysAllow(boolean alwaysAllow)

getUser

public User getUser()

setUser

public void setUser(User user)

equals

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

hashCode

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


Copyright © 2013 Atlassian. All Rights Reserved.