org.apache.pluto.portalImpl.om.entity.impl
Class PortletApplicationEntityImpl
java.lang.Object
org.apache.pluto.portalImpl.om.entity.impl.PortletApplicationEntityImpl
- All Implemented Interfaces:
- java.io.Serializable, Support
public class PortletApplicationEntityImpl
- extends java.lang.Object
- implements java.io.Serializable, Support
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
private java.lang.String id
definitionId
private java.lang.String definitionId
portlets
private PortletEntityList portlets
objectId
private ObjectID objectId
PortletApplicationEntityImpl
public PortletApplicationEntityImpl()
getId
public ObjectID getId()
getPortletEntityList
public PortletEntityList getPortletEntityList()
getPortletApplicationDefinition
public PortletApplicationDefinition getPortletApplicationDefinition()
setId
public void setId(java.lang.String id)
getCastorPortlets
public java.util.Collection getCastorPortlets()
postLoad
public void postLoad(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
postLoad
in interface Support
- Throws:
java.lang.Exception
preBuild
public void preBuild(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
preBuild
in interface Support
- Throws:
java.lang.Exception
postBuild
public void postBuild(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
postBuild
in interface Support
- Throws:
java.lang.Exception
preStore
public void preStore(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
preStore
in interface Support
- Throws:
java.lang.Exception
postStore
public void postStore(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
postStore
in interface Support
- Throws:
java.lang.Exception
getCastorId
public java.lang.String getCastorId()
setCastorId
public void setCastorId(java.lang.String id)
getDefinitionId
public java.lang.String getDefinitionId()
setDefinitionId
public void setDefinitionId(java.lang.String definitionId)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toString
public java.lang.String toString(int indent)