com.atlassian.user.impl.hibernate
Class DefaultHibernateExternalEntity
java.lang.Object
com.atlassian.user.impl.DefaultEntity
com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
- All Implemented Interfaces:
- Entity, ExternalEntity, Serializable
public class DefaultHibernateExternalEntity
- extends DefaultEntity
- implements ExternalEntity
- See Also:
- Serialized Form
| Methods inherited from interface com.atlassian.user.Entity |
getName |
type
protected String type
DefaultHibernateExternalEntity
public DefaultHibernateExternalEntity()
getType
public String getType()
- Specified by:
getType in interface ExternalEntity
setType
public void setType(String type)
getGroups
public Set getGroups()
setGroups
public void setGroups(Set groups)
getId
public long getId()
- Specified by:
getId in interface ExternalEntity
setId
public void setId(long id)
equals
public boolean equals(Object o)
- Overrides:
equals in class DefaultEntity
hashCode
public int hashCode()
- Overrides:
hashCode in class DefaultEntity
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.