com.hyper9.simdk.stubs.dao
Class HostPosixAccountSpec

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

public class HostPosixAccountSpec
extends HostAccountSpec

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostPosixAccountSpec()
           
 
Method Summary
 Integer getPosixId()
           
 Boolean getShellAccess()
           
 void setPosixId(Integer toSet)
           
 void setShellAccess(Boolean toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.HostAccountSpec
getDescription, getId, getPassword, setDescription, setId, setPassword
 
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

HostPosixAccountSpec

public HostPosixAccountSpec()
Method Detail

getPosixId

public Integer getPosixId()

setPosixId

public void setPosixId(Integer toSet)

getShellAccess

public Boolean getShellAccess()

setShellAccess

public void setShellAccess(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.