public class SiteApproval extends EntityObject
Constructor and Description |
---|
SiteApproval() |
SiteApproval(User user,
Profile profile,
Site site,
boolean alwaysAllow) |
Modifier and Type | Method and Description |
---|---|
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) |
getCreatedDate, getId, getUpdatedDate, setCreatedDate, setId, setUpdatedDate
public Site getSite()
public void setSite(Site site)
public Profile getProfile()
public void setProfile(Profile profile)
public boolean isAlwaysAllow()
public void setAlwaysAllow(boolean alwaysAllow)
public User getUser()
public void setUser(User user)
public boolean equals(Object o)
equals
in class EntityObject
public int hashCode()
hashCode
in class EntityObject
Copyright © 2020 Atlassian. All rights reserved.