|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.opnworks.timesheet.domain.Invoice
| Constructor Summary | |
Invoice()
default constructor |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Description of the Method |
IOrganization |
getCustomer()
Gets the Customer attribute of the Invoice object |
java.util.Calendar |
getEndDate()
Gets the EndDate attribute of the Invoice object |
java.lang.Long |
getId()
Gets the Id attribute of the Invoice object |
java.lang.String |
getName()
Gets the Name attribute of the Invoice object |
java.lang.String |
getNumber()
|
java.util.Calendar |
getStartDate()
Gets the StartDate attribute of the Invoice object |
int |
getState()
Gets the State attribute of the Invoice object |
java.lang.String |
getStateAsString()
|
int |
getVersion()
Gets the Version attribute of the Invoice object |
int |
hashCode()
Description of the Method |
java.util.Map |
lineItemsPerProject()
Description of the Method |
void |
setCustomer(IOrganization customer)
Sets the Customer attribute of the Invoice object |
void |
setEndDate(java.util.Calendar calendar)
Sets the EndDate attribute of the Invoice object |
void |
setId(java.lang.Long id)
Sets the Id attribute of the Invoice object |
void |
setNumber(java.lang.String string)
|
void |
setStartDate(java.util.Calendar calendar)
Sets the StartDate attribute of the Invoice object |
void |
setState(int state)
Sets the State attribute of the Invoice object |
void |
setVersion(int version)
Sets the Version attribute of the Invoice object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Invoice()
| Method Detail |
public void setId(java.lang.Long id)
setId in interface IPersistentid - The new Id valuepublic void setCustomer(IOrganization customer)
customer - The new Customer valuepublic void setState(int state)
state - The new State valuepublic void setStartDate(java.util.Calendar calendar)
calendar - The new StartDate valuepublic void setEndDate(java.util.Calendar calendar)
calendar - The new EndDate valuepublic void setVersion(int version)
setVersion in interface IPersistentversion - The new Version valuepublic void setNumber(java.lang.String string)
string - public java.lang.Long getId()
getId in interface IPersistentpublic IOrganization getCustomer()
public int getState()
public java.util.Calendar getStartDate()
public java.util.Calendar getEndDate()
public int getVersion()
getVersion in interface IPersistentpublic java.lang.String getNumber()
public java.lang.String getStateAsString()
public java.lang.String getName()
getName in interface INamedObjectpublic java.lang.String toString()
public boolean equals(java.lang.Object other)
other - Description of Parameter
public int hashCode()
public java.util.Map lineItemsPerProject()
throws TimesheetException
TimesheetException - Description of Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||