public class ContractService
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ContractService() |
Modifier and Type | Method and Description |
---|---|
ContractService |
clone() |
java.lang.String |
getComment() |
int |
getContractId() |
int |
getContractID()
Deprecated.
|
java.util.Calendar |
getDate1()
Deprecated.
см. getDateFrom()
|
java.util.Calendar |
getDate2()
Deprecated.
см. getDateTo()
|
java.util.Date |
getDateFrom() |
java.util.Date |
getDateTo() |
int |
getId() |
int |
getID()
Deprecated.
|
int |
getServiceId() |
int |
getServiceID()
Deprecated.
|
java.lang.String |
getServiceTitle() |
void |
setComment(java.lang.String comment) |
void |
setContractId(int contractId) |
void |
setContractID(int contractId)
Deprecated.
|
void |
setDate1(java.util.Calendar date1)
Deprecated.
см. setDateFrom()
|
void |
setDate2(java.util.Calendar date2)
Deprecated.
см. setDateTo()
|
void |
setDateFrom(java.util.Date date) |
void |
setDateTo(java.util.Date date) |
void |
setId(int id) |
void |
setID(int id)
Deprecated.
|
void |
setServiceId(int serviceId) |
void |
setServiceID(int serviceId)
Deprecated.
|
void |
setServiceTitle(java.lang.String serviceTitle) |
public int getId()
@Deprecated public int getID()
getId()
.public void setId(int id)
@Deprecated public void setID(int id)
setId(int)
.id
- public java.lang.String getComment()
public void setComment(java.lang.String comment)
public void setServiceId(int serviceId)
@Deprecated public void setServiceID(int serviceId)
setServiceId(int)
.serviceId
- public void setDateTo(java.util.Date date)
public void setDateFrom(java.util.Date date)
public void setContractId(int contractId)
@Deprecated public void setContractID(int contractId)
setContractId(int)
.contractId
- public int getContractId()
@Deprecated public int getContractID()
getContractId()
.public java.util.Date getDateFrom()
public java.util.Date getDateTo()
public int getServiceId()
@Deprecated public int getServiceID()
getServiceId()
.public ContractService clone()
clone
in class java.lang.Object
@Deprecated public void setDate1(java.util.Calendar date1)
date1
- @Deprecated public void setDate2(java.util.Calendar date2)
date2
- @Deprecated public java.util.Calendar getDate1()
@Deprecated public java.util.Calendar getDate2()
public java.lang.String getServiceTitle()
public void setServiceTitle(java.lang.String serviceTitle)