com.jamasoftware.contour.domain
Class Estimate

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

Deprecated.

@Deprecated
@Entity
public class Estimate
extends DomainObjectSupport

Estimate

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
Estimate()
          Deprecated.  
Estimate(Estimate other)
          Deprecated.  
 
Method Summary
 java.lang.Integer getEstimate()
          Deprecated.  
 java.lang.String getEstimatedBy()
          Deprecated.  
 Lookup getEstimateType()
          Deprecated.  
 java.lang.Integer getId()
          Deprecated.  
 java.lang.Integer getOrganizationId()
          Deprecated.  
 java.lang.String getXmlToString()
          Deprecated.  
 void setEstimate(java.lang.Integer estimate)
          Deprecated.  
 void setEstimatedBy(java.lang.String estimatedBy)
          Deprecated.  
 void setEstimateType(Lookup estimateType)
          Deprecated.  
 void setId(java.lang.Integer estimateId)
          Deprecated.  
 void setOrganizationId(java.lang.Integer organizationId)
          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

Estimate

public Estimate()
Deprecated. 

Estimate

public Estimate(Estimate other)
Deprecated. 
Method Detail

getEstimateType

public Lookup getEstimateType()
Deprecated. 

setEstimateType

public void setEstimateType(Lookup estimateType)
Deprecated. 

getEstimate

public java.lang.Integer getEstimate()
Deprecated. 

setEstimate

public void setEstimate(java.lang.Integer estimate)
Deprecated. 

getId

public java.lang.Integer getId()
Deprecated. 

setId

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

getEstimatedBy

public java.lang.String getEstimatedBy()
Deprecated. 

setEstimatedBy

public void setEstimatedBy(java.lang.String estimatedBy)
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.