|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStatus
Interface that is common for all statuses, that is local and remote.
Created on 2004-12-12
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the status description. |
java.util.Date |
getReturnDate()
Get the return date. |
StatusType |
getStatusType()
Get the StatusType. |
boolean |
isDescriptionSet()
Tells if the description has been set on this status. |
boolean |
isReturnDateSet()
Tells if the return date has been set on this status instance. |
void |
setDescription(java.lang.String description)
|
void |
setReturnDate(java.util.Date returnTime)
|
void |
setStatusType(StatusType status)
|
| Method Detail |
|---|
StatusType getStatusType()
void setStatusType(StatusType status)
java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description to set.java.util.Date getReturnDate()
void setReturnDate(java.util.Date returnTime)
returnTime - The return time to set.boolean isDescriptionSet()
true if the description has been set, false otherwise.boolean isReturnDateSet()
true if the return date has been set, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||