com.hyper9.simdk.stubs.dao
Class HostAccountSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostAccountSpec
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HostPosixAccountSpec

public class HostAccountSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostAccountSpec()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getPassword()
           
 void setDescription(String toSet)
           
 void setId(String toSet)
           
 void setPassword(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostAccountSpec

public HostAccountSpec()
Method Detail

getId

public String getId()

setId

public void setId(String toSet)

getPassword

public String getPassword()

setPassword

public void setPassword(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.