org.hyperic.hq.auth
Class Principal
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.auth.Principal
- All Implemented Interfaces:
- java.io.Serializable
public class Principal
- extends PersistedObject
Pojo for hibernate
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Principal
public Principal()
getPrincipal
public java.lang.String getPrincipal()
setPrincipal
public void setPrincipal(java.lang.String principal)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class PersistedObject
hashCode
public int hashCode()
- Overrides:
hashCode
in class PersistedObject
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.