com.retek.rsm.app.security.service
Class RsmModuleGroup

java.lang.Object
  extended bycom.retek.rsm.app.security.service.RsmModel
      extended bycom.retek.rsm.app.security.service.RsmModuleGroup
All Implemented Interfaces:
com.retek.platform.app.security.contentmodel.Model, com.retek.platform.app.security.contentmodel.ModuleGroup, java.io.Serializable

public class RsmModuleGroup
extends RsmModel
implements com.retek.platform.app.security.contentmodel.ModuleGroup

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.retek.platform.app.security.contentmodel.ModuleGroup
serialVersionUID
 
Constructor Summary
RsmModuleGroup()
           
RsmModuleGroup(com.retek.platform.app.security.contentmodel.Model copyModel)
           
 
Method Summary
 void addContent(com.retek.platform.app.security.contentmodel.Content content)
           
 java.util.List getContents()
           
 
Methods inherited from class com.retek.rsm.app.security.service.RsmModel
getArgs, getClassName, getId, getMessageId, setClassName, setId, setMessageId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.platform.app.security.contentmodel.Model
getArgs, getClassName, getId, getMessageId
 

Constructor Detail

RsmModuleGroup

public RsmModuleGroup()

RsmModuleGroup

public RsmModuleGroup(com.retek.platform.app.security.contentmodel.Model copyModel)
Method Detail

getContents

public java.util.List getContents()
Specified by:
getContents in interface com.retek.platform.app.security.contentmodel.ModuleGroup

addContent

public void addContent(com.retek.platform.app.security.contentmodel.Content content)