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, java.io.Serializable
- public class DefaultHibernateExternalEntity
- extends DefaultEntity
- implements ExternalEntity
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
type
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.user.Entity |
getName |
type
protected java.lang.String type
DefaultHibernateExternalEntity
public DefaultHibernateExternalEntity()
getType
public java.lang.String getType()
- Specified by:
getType
in interface ExternalEntity
setType
public void setType(java.lang.String type)
getGroups
public java.util.Set getGroups()
setGroups
public void setGroups(java.util.Set groups)
getId
public long getId()
- Specified by:
getId
in interface ExternalEntity
setId
public void setId(long id)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class DefaultEntity
hashCode
public int hashCode()
- Overrides:
hashCode
in class DefaultEntity
Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.