|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.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 EntryTypeStringpublic void setTask(java.lang.String value)
EntryType
setTask in interface EntryTypevalue - allowed object is Stringpublic java.util.Calendar getStartTime()
EntryType
getStartTime in interface EntryTypeCalendarpublic void setStartTime(java.util.Calendar value)
EntryType
setStartTime in interface EntryTypevalue - allowed object is Calendarpublic java.lang.String getComment()
EntryType
getComment in interface EntryTypeStringpublic void setComment(java.lang.String value)
EntryType
setComment in interface EntryTypevalue - allowed object is Stringpublic long getDuration()
EntryType
getDuration in interface EntryTypepublic void setDuration(long value)
EntryType
setDuration in interface EntryTypepublic java.lang.String getProject()
EntryType
getProject in interface EntryTypeStringpublic void setProject(java.lang.String value)
EntryType
setProject in interface EntryTypevalue - allowed object is Stringpublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableorg.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo from
this method.
getPrimaryInterface in interface ValidatableObjectpublic 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 | |||||||||