com.jamasoftware.contour.domain
Class Perspective_View

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by com.jamasoftware.contour.domain.Perspective_View
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable

@Entity
public class Perspective_View
extends DomainObjectSupport

Perspective Domain object

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
Perspective_View()
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getLocation()
           
 java.lang.Integer getOrganizationId()
           
 Perspective getPerspective()
           
 java.lang.Integer getSortOrder()
           
 View getView()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer id)
           
 void setLocation(java.lang.String location)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setPerspective(Perspective perspective)
           
 void setSortOrder(java.lang.Integer sortOrder)
           
 void setView(View view)
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Perspective_View

public Perspective_View()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getPerspective

public Perspective getPerspective()

setPerspective

public void setPerspective(Perspective perspective)

getView

public View getView()

setView

public void setView(View view)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

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.