com.hyper9.simdk.stubs.dao
Class Permission

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

public class Permission
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
Permission()
           
 
Method Summary
 ManagedEntity getEntity()
           
 Boolean getGroup()
           
 String getPrincipal()
           
 Boolean getPropagate()
           
 Integer getRoleId()
           
 void setEntity(ManagedEntity toSet)
           
 void setGroup(Boolean toSet)
           
 void setPrincipal(String toSet)
           
 void setPropagate(Boolean toSet)
           
 void setRoleId(Integer 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

Permission

public Permission()
Method Detail

getEntity

public ManagedEntity getEntity()

setEntity

public void setEntity(ManagedEntity toSet)

getPrincipal

public String getPrincipal()

setPrincipal

public void setPrincipal(String toSet)

getGroup

public Boolean getGroup()

setGroup

public void setGroup(Boolean toSet)

getRoleId

public Integer getRoleId()

setRoleId

public void setRoleId(Integer toSet)

getPropagate

public Boolean getPropagate()

setPropagate

public void setPropagate(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.