com.jamasoftware.contour.domain
Class Perspective_Role
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.Perspective_Role
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class Perspective_Role
- extends DomainObjectSupport
Perspective_Role Domain object
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Perspective_Role
public Perspective_Role()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getPerspective
public Perspective getPerspective()
setPerspective
public void setPerspective(Perspective perspective)
getRole
public Role getRole()
setRole
public void setRole(Role role)
getSortOrder
public java.lang.Integer getSortOrder()
setSortOrder
public void setSortOrder(java.lang.Integer sortOrder)
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.