de.nierbeck.timeTrack.model
Interface EntryType

All Known Implementing Classes:
EntryTypeImpl

public interface EntryType

Java content class for entryType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/G:/workspace/TimeTrackPlugin2/schema/timetrack.xsd line 11)

     <complexType name="entryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="duration" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="project" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="task" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
 


Method Summary
 java.lang.String getComment()
          Gets the value of the comment property.
 long getDuration()
          Gets the value of the duration property.
 java.lang.String getProject()
          Gets the value of the project property.
 java.util.Calendar getStartTime()
          Gets the value of the startTime property.
 java.lang.String getTask()
          Gets the value of the task property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setDuration(long value)
          Sets the value of the duration property.
 void setProject(java.lang.String value)
          Sets the value of the project property.
 void setStartTime(java.util.Calendar value)
          Sets the value of the startTime property.
 void setTask(java.lang.String value)
          Sets the value of the task property.
 

Method Detail

getTask

java.lang.String getTask()
Gets the value of the task property.

Returns:
possible object is String

setTask

void setTask(java.lang.String value)
Sets the value of the task property.

Parameters:
value - allowed object is String

getStartTime

java.util.Calendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is Calendar

setStartTime

void setStartTime(java.util.Calendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is Calendar

getComment

java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getDuration

long getDuration()
Gets the value of the duration property.


setDuration

void setDuration(long value)
Sets the value of the duration property.


getProject

java.lang.String getProject()
Gets the value of the project property.

Returns:
possible object is String

setProject

void setProject(java.lang.String value)
Sets the value of the project property.

Parameters:
value - allowed object is String


Copyright © 2003-2006 Nierbeck. All Rights Reserved.