com.atlassian.mywork.host.dao.ao
Interface AOUserApplicationLink
- All Superinterfaces:
- net.java.ao.RawEntity<java.lang.Long>
@Preload
public interface AOUserApplicationLink
- extends net.java.ao.RawEntity<java.lang.Long>
| Methods inherited from interface net.java.ao.RawEntity |
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save |
getId
long getId()
getUser
AOUser getUser()
setUser
void setUser(AOUser user)
getApplicationLinkId
java.lang.String getApplicationLinkId()
setApplicationLinkId
void setApplicationLinkId(java.lang.String applicationLinkId)
isAuthVerified
boolean isAuthVerified()
setAuthVerified
void setAuthVerified(boolean authVerified)
getCreated
java.util.Date getCreated()
setCreated
void setCreated(java.util.Date timestamp)
getUpdated
java.util.Date getUpdated()
setUpdated
void setUpdated(java.util.Date timestamp)
Copyright © 2012 Atlassian. All Rights Reserved.