|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.trajectory.ProjectRecord
public class ProjectRecord
The container for the project and some auxiliary information.
Constructor Summary | |
---|---|
ProjectRecord()
Constructor. |
|
ProjectRecord(org.hackystat.sensorbase.resource.projects.jaxb.Project project,
java.util.Date selectedStartDate,
java.util.Date selectedEndDate,
java.lang.Integer indent)
Constructor. |
|
ProjectRecord(org.hackystat.sensorbase.resource.projects.jaxb.Project project,
java.lang.Integer indent)
Constructor. |
Method Summary | |
---|---|
java.util.Date |
getEndDate()
Get the end date for this record. |
java.lang.Integer |
getIndent()
Get the indent. |
org.hackystat.sensorbase.resource.projects.jaxb.Project |
getProject()
Returns the project. |
java.util.Date |
getStartDate()
Get the start date for this record. |
java.lang.String |
getStreamColor()
Get the stream color to use. |
void |
setEndDate(long timeInMillis)
Set the end date for this record. |
void |
setIndent(java.lang.Integer indent)
Set the indent. |
void |
setProject(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
Set the project. |
void |
setStartDate(long timeInMillis)
Set the start date for this record. |
void |
setStreamColor(java.lang.String color)
Set the color used for the telemetry trajectory rendering. |
java.lang.String |
toLabelMessage()
Prints the debug log message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectRecord(org.hackystat.sensorbase.resource.projects.jaxb.Project project, java.util.Date selectedStartDate, java.util.Date selectedEndDate, java.lang.Integer indent)
project
- The project.selectedStartDate
- The start date for the interval.selectedEndDate
- The end date for the interval.indent
- The shift.public ProjectRecord(org.hackystat.sensorbase.resource.projects.jaxb.Project project, java.lang.Integer indent)
project
- The project.indent
- The shift in days.public ProjectRecord()
Method Detail |
---|
public org.hackystat.sensorbase.resource.projects.jaxb.Project getProject()
public java.lang.String toLabelMessage()
public void setIndent(java.lang.Integer indent)
indent
- The indent to set.public java.lang.Integer getIndent()
public void setStartDate(long timeInMillis)
timeInMillis
- The time to set.public java.util.Date getStartDate()
public void setEndDate(long timeInMillis)
timeInMillis
- The time to set.public java.util.Date getEndDate()
public void setProject(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
project
- The project to set.public void setStreamColor(java.lang.String color)
color
- the color to use.public java.lang.String getStreamColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |