|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.artefacts.usage.DefaultUsage
Constructor Summary | |
DefaultUsage()
default |
|
DefaultUsage(java.lang.String id)
default |
|
DefaultUsage(java.lang.String artefactId,
java.util.Date date)
set the comment and the date |
|
DefaultUsage(java.lang.String artefactId,
java.util.Date date,
java.lang.String comment)
set the comment and the date |
|
DefaultUsage(java.lang.String artefactId,
java.lang.String comment)
set the comment |
Method Summary | |
java.lang.String |
getArtefactId()
get the artefact that was used |
java.lang.String |
getComment()
get a description of the use |
java.util.Date |
getDate()
get the date of use |
java.lang.String |
getRole()
get the role of the user |
java.lang.String |
getTask()
get the type of usage |
boolean |
hasBeenUsed()
|
void |
setArtefactId(java.lang.String id)
set the id |
boolean |
setComment(java.lang.String comment)
set the comment |
void |
setDate(java.lang.String date)
|
void |
setRole(java.lang.String role)
set the role |
void |
setTask(java.lang.String task)
set the task |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultUsage()
public DefaultUsage(java.lang.String id)
public DefaultUsage(java.lang.String artefactId, java.lang.String comment)
public DefaultUsage(java.lang.String artefactId, java.util.Date date)
public DefaultUsage(java.lang.String artefactId, java.util.Date date, java.lang.String comment)
Method Detail |
public java.lang.String getTask()
Usage
getTask
in interface Usage
ca.aura.whiteboard.Utilize#getTask()
public java.lang.String getRole()
Usage
getRole
in interface Usage
ca.aura.whiteboard.Utilize#getRole()
public java.lang.String getArtefactId()
Usage
getArtefactId
in interface Usage
ca.aura.whiteboard.Utilize#getArtefact()
public java.util.Date getDate()
Usage
getDate
in interface Usage
ca.aura.utilize.Utilize#getDate()
public java.lang.String getComment()
Usage
getComment
in interface Usage
ca.aura.utilize.Utilize#getComment()
public void setTask(java.lang.String task)
public void setRole(java.lang.String role)
public void setArtefactId(java.lang.String id)
public void setDate(java.lang.String date)
ca.aura.utilize.Utilize#getDate()
public boolean setComment(java.lang.String comment)
public boolean hasBeenUsed()
ca.aura.utilize.Utilize#hasBeenUsed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |