Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.auth
Class Principal

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.auth.Principal
All Implemented Interfaces:
java.io.Serializable

public class Principal
extends PersistedObject

Pojo for hibernate

See Also:
Serialized Form

Constructor Summary
Principal()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getPassword()
           
 java.lang.String getPrincipal()
           
 int hashCode()
           
 void setPassword(java.lang.String password)
           
 void setPrincipal(java.lang.String principal)
           
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
get_version_, getId, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Principal

public Principal()
Method Detail

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

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.