com.hyper9.simdk.stubs.dao
Class ModeInfo

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

public class ModeInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ModeInfo()
           
 
Method Summary
 String getAdmin()
           
 String getBrowse()
           
 String getFull()
           
 String getModify()
           
 String getRead()
           
 String getUse()
           
 void setAdmin(String toSet)
           
 void setBrowse(String toSet)
           
 void setFull(String toSet)
           
 void setModify(String toSet)
           
 void setRead(String toSet)
           
 void setUse(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

ModeInfo

public ModeInfo()
Method Detail

getBrowse

public String getBrowse()

setBrowse

public void setBrowse(String toSet)

getRead

public String getRead()

setRead

public void setRead(String toSet)

getModify

public String getModify()

setModify

public void setModify(String toSet)

getUse

public String getUse()

setUse

public void setUse(String toSet)

getAdmin

public String getAdmin()

setAdmin

public void setAdmin(String toSet)

getFull

public String getFull()

setFull

public void setFull(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.