com.jamasoftware.contour.domain
Class PropertyEntry

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by com.jamasoftware.contour.domain.PropertyEntry
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, ScopedObject, java.io.Serializable, java.lang.Comparable<PropertyEntry>

@Entity
public class PropertyEntry
extends DomainObjectSupport
implements java.lang.Comparable<PropertyEntry>, ScopedObject

Property entry class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
PropertyEntry()
           
PropertyEntry(java.lang.String propertyName, java.lang.String propertyValue, com.jamasoftware.contour.service.property.PropertyType<?> propertyType)
           
 
Method Summary
 int compareTo(PropertyEntry pe)
           
 java.lang.Integer getId()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getPropertyName()
           
 java.lang.Integer getPropertyType()
           
 java.lang.String getPropertyValue()
           
 java.lang.Integer getRefId()
           
 java.lang.Integer getScopeId()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer id)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setPropertyName(java.lang.String propertyName)
           
 void setPropertyType(java.lang.Integer propertyType)
           
 void setPropertyValue(java.lang.String propertyValue)
           
 void setRefId(java.lang.Integer refId)
           
 void setScopeId(java.lang.Integer scope)
           
 
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

PropertyEntry

public PropertyEntry()

PropertyEntry

public PropertyEntry(java.lang.String propertyName,
                     java.lang.String propertyValue,
                     com.jamasoftware.contour.service.property.PropertyType<?> propertyType)
Method Detail

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

getPropertyName

public java.lang.String getPropertyName()

setPropertyName

public void setPropertyName(java.lang.String propertyName)

getPropertyType

public java.lang.Integer getPropertyType()

setPropertyType

public void setPropertyType(java.lang.Integer propertyType)

getPropertyValue

public java.lang.String getPropertyValue()

setPropertyValue

public void setPropertyValue(java.lang.String propertyValue)

compareTo

public int compareTo(PropertyEntry pe)
Specified by:
compareTo in interface java.lang.Comparable<PropertyEntry>

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

getXmlToString

public java.lang.String getXmlToString()
Specified by:
getXmlToString in interface DomainObject


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.