com.jamasoftware.contour.domain
Class PerspectiveType
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.PerspectiveType
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class PerspectiveType
- extends DomainObjectSupport
PerspectiveType domain object
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.Integer |
SYSTEM
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SYSTEM
public static final java.lang.Integer SYSTEM
PerspectiveType
public PerspectiveType()
PerspectiveType
public PerspectiveType(java.lang.String name)
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getOrganizationId
public java.lang.Integer getOrganizationId()
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
getXmlToString
public java.lang.String getXmlToString()
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.