com.jamasoftware.contour.domain
Class Perspective
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.Perspective
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, ScopedObject, java.io.Serializable
@Entity
public class Perspective
- extends DomainObjectSupport
- implements ScopedObject
Perspective Domain object
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Perspective
public Perspective()
Perspective
public Perspective(java.lang.Integer id)
Perspective
public Perspective(Perspective src)
getId
public java.lang.Integer getId()
- Specified by:
getId in interface DomainObjectBase
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in interface DomainObjectBase
getStereotype
public Perspective getStereotype()
setStereotype
public void setStereotype(Perspective stereotype)
getPerspectiveType
public PerspectiveType getPerspectiveType()
setPerspectiveType
public void setPerspectiveType(PerspectiveType perspectiveType)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getIcon
public java.lang.String getIcon()
setIcon
public void setIcon(java.lang.String icon)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getScopeId
public java.lang.Integer getScopeId()
- Specified by:
getScopeId in interface ScopedObject
setScopeId
public void setScopeId(java.lang.Integer scope)
- Specified by:
setScopeId in interface ScopedObject
getRefId
public java.lang.Integer getRefId()
- Specified by:
getRefId in interface ScopedObject
setRefId
public void setRefId(java.lang.Integer refId)
- Specified by:
setRefId in interface ScopedObject
getOrganizationId
public java.lang.Integer getOrganizationId()
- Specified by:
getOrganizationId in interface DomainObjectBase- Specified by:
getOrganizationId in interface OrganizationAware
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
- Specified by:
setOrganizationId in interface DomainObjectBase
getActive
public boolean getActive()
setActive
public void setActive(boolean active)
getCanOverride
public boolean getCanOverride()
setCanOverride
public void setCanOverride(boolean canOverride)
getXtype
public java.lang.String getXtype()
setXtype
public void setXtype(java.lang.String xtype)
getHeaderConfig
public java.lang.String getHeaderConfig()
setHeaderConfig
public void setHeaderConfig(java.lang.String headerConfig)
getNavConfig
public java.lang.String getNavConfig()
setNavConfig
public void setNavConfig(java.lang.String navConfig)
getViewConfig
public java.lang.String getViewConfig()
setViewConfig
public void setViewConfig(java.lang.String viewConfig)
getXmlToString
public java.lang.String getXmlToString()
- Specified by:
getXmlToString in interface DomainObject
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.