public class ContractObject extends AbstractEntity
entitySpecId
Constructor and Description |
---|
ContractObject() |
Modifier and Type | Method and Description |
---|---|
int |
getContractId() |
java.util.Calendar |
getDateFrom() |
java.util.Calendar |
getDateTo() |
int |
getPosition() |
int |
getTypeId() |
void |
setContractId(int contractId) |
void |
setDateFrom(java.util.Calendar dateFrom) |
void |
setDateTo(java.util.Calendar dateTo) |
void |
setPosition(int position) |
void |
setTypeId(int typeId) |
getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecId
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
public int getTypeId()
public void setTypeId(int typeId)
public int getContractId()
public void setContractId(int contractId)
public int getPosition()
public void setPosition(int position)
public java.util.Calendar getDateFrom()
public void setDateFrom(java.util.Calendar dateFrom)
public java.util.Calendar getDateTo()
public void setDateTo(java.util.Calendar dateTo)