com.jamasoftware.contour.domain
Class GlossaryItem

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

Deprecated.

@Deprecated
@Entity
public class GlossaryItem
extends DomainObjectSupport

Glossary.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
GlossaryItem()
          Deprecated.  
 
Method Summary
 java.lang.String getDefinition()
          Deprecated.  
 java.lang.Integer getId()
          Deprecated.  
 java.lang.Integer getOrganizationId()
          Deprecated.  
 com.jamasoftware.contour.project.domain.Project getProject()
          Deprecated.  
 java.lang.String getTerm()
          Deprecated.  
 java.lang.String getXmlToString()
          Deprecated.  
 void setDefinition(java.lang.String comments)
          Deprecated.  
 void setId(java.lang.Integer versionId)
          Deprecated.  
 void setOrganizationId(java.lang.Integer organizationId)
          Deprecated.  
 void setProject(com.jamasoftware.contour.project.domain.Project project)
          Deprecated.  
 void setTerm(java.lang.String versionNumber)
          Deprecated.  
 
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

GlossaryItem

public GlossaryItem()
Deprecated. 
Method Detail

getId

public java.lang.Integer getId()
Deprecated. 

setId

public void setId(java.lang.Integer versionId)
Deprecated. 

getTerm

public java.lang.String getTerm()
Deprecated. 

setTerm

public void setTerm(java.lang.String versionNumber)
Deprecated. 

getDefinition

public java.lang.String getDefinition()
Deprecated. 

setDefinition

public void setDefinition(java.lang.String comments)
Deprecated. 

getProject

public com.jamasoftware.contour.project.domain.Project getProject()
Deprecated. 

setProject

public void setProject(com.jamasoftware.contour.project.domain.Project project)
Deprecated. 

getOrganizationId

public java.lang.Integer getOrganizationId()
Deprecated. 

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)
Deprecated. 

getXmlToString

public java.lang.String getXmlToString()
Deprecated. 


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