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

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

public class RsmContent
extends RsmModel
implements com.retek.platform.app.security.contentmodel.Content

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.retek.platform.app.security.contentmodel.Content
serialVersionUID
 
Constructor Summary
RsmContent()
           
RsmContent(com.retek.platform.app.security.contentmodel.Model copyModel)
           
 
Method Summary
 void addContentPage(com.retek.platform.app.security.contentmodel.ContentPage contentPage)
           
 java.util.List getContentPages()
           
 
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

RsmContent

public RsmContent()

RsmContent

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

getContentPages

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

addContentPage

public void addContentPage(com.retek.platform.app.security.contentmodel.ContentPage contentPage)