|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.nierbeck.timeTrack.model.impl.EntryTypeImpl
public class EntryTypeImpl
Nested Class Summary | |
---|---|
class |
EntryTypeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected java.lang.String |
_Comment
|
protected long |
_Duration
|
protected java.lang.String |
_Project
|
protected java.util.Calendar |
_StartTime
|
protected java.lang.String |
_Task
|
protected boolean |
has_Duration
|
static java.lang.Class |
version
|
Constructor Summary | |
---|---|
EntryTypeImpl()
|
Method Summary | |
---|---|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
Gets the schema fragment associated with this class. |
UnmarshallingEventHandler |
createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object. |
java.lang.String |
getComment()
Gets the value of the comment property. |
long |
getDuration()
Gets the value of the duration property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
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 |
serializeAttributes(XMLSerializer context)
Serializes attributes into the specified target. |
void |
serializeBody(XMLSerializer context)
Serializes child elements and texts into the specified target. |
void |
serializeURIs(XMLSerializer context)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _Task
protected java.util.Calendar _StartTime
protected java.lang.String _Comment
protected boolean has_Duration
protected long _Duration
protected java.lang.String _Project
public static final java.lang.Class version
Constructor Detail |
---|
public EntryTypeImpl()
Method Detail |
---|
public java.lang.String getTask()
EntryType
getTask
in interface EntryType
String
public void setTask(java.lang.String value)
EntryType
setTask
in interface EntryType
value
- allowed object is String
public java.util.Calendar getStartTime()
EntryType
getStartTime
in interface EntryType
Calendar
public void setStartTime(java.util.Calendar value)
EntryType
setStartTime
in interface EntryType
value
- allowed object is Calendar
public java.lang.String getComment()
EntryType
getComment
in interface EntryType
String
public void setComment(java.lang.String value)
EntryType
setComment
in interface EntryType
value
- allowed object is String
public long getDuration()
EntryType
getDuration
in interface EntryType
public void setDuration(long value)
EntryType
setDuration
in interface EntryType
public java.lang.String getProject()
EntryType
getProject
in interface EntryType
String
public void setProject(java.lang.String value)
EntryType
setProject
in interface EntryType
value
- allowed object is String
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
public void serializeBody(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
org.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
org.xml.sax.SAXException
public void serializeURIs(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from
this method.
getPrimaryInterface
in interface ValidatableObject
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |