com.hyper9.simdk.stubs.dao
Class AuthorizationRole

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

public class AuthorizationRole
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
AuthorizationRole()
           
 
Method Summary
 Description getInfo()
           
 String getName()
           
 List<String> getPrivilege()
           
 Integer getRoleId()
           
 Boolean getSystem()
           
 void setInfo(Description toSet)
           
 void setName(String toSet)
           
 void setPrivilege(List<String> toSet)
           
 void setRoleId(Integer toSet)
           
 void setSystem(Boolean 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

AuthorizationRole

public AuthorizationRole()
Method Detail

getRoleId

public Integer getRoleId()

setRoleId

public void setRoleId(Integer toSet)

getSystem

public Boolean getSystem()

setSystem

public void setSystem(Boolean toSet)

getName

public String getName()

setName

public void setName(String toSet)

getInfo

public Description getInfo()

setInfo

public void setInfo(Description toSet)

getPrivilege

public List<String> getPrivilege()

setPrivilege

public void setPrivilege(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.