|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPRecord
org.jSyncManager.API.Conduit.Tools.vTypes.vCommon.vObject
Base object class for vTypes.
| Field Summary | |
static java.lang.String |
BEGIN
Designator for beginning of vObject instantiated class type. |
static java.lang.String |
CRLF
Standard line terminator for .vcs files |
static java.lang.String |
END
Designator for end of vObject instantiated class type. |
protected PropertyList |
properties
|
| Fields inherited from class org.jSyncManager.API.Protocol.Util.DLPRecord |
ARCHIVED, attributes, BUSY, category, data, DATA_INCLUDED, DELETE_ALL_IN_CATEGORY, DELETE_ALL_RECORDS, DELETED, DIRTY, index, inputData, recordID, recordSize, SECRET, SORT_DATABASE |
| Constructor Summary | |
vObject()
Creates a new instance of vCalendar |
|
vObject(DLPRecord record)
|
|
vObject(vFoldedFile file,
java.lang.Integer tmplineno)
|
|
| Method Summary | |
protected boolean |
checkExclusive()
|
protected boolean |
checkMandatory()
|
java.lang.String |
format()
|
java.lang.String |
getGroup()
Getter for property group. |
int |
getLineno()
Getter for property lineno. |
java.lang.String |
getName()
Getter for property getname. |
PropertyList |
getProperties()
Getter for property properties. |
vResource |
getResources()
Getter for property resources. |
vObject |
getVObjectClass(vFoldedFile file,
int lineno)
|
void |
importRecord(DLPRecord rec)
|
boolean |
isSingleInstance()
Getter for property singleInstance. |
boolean |
isStarted()
Getter for property started. |
protected void |
parse(vFoldedFile file,
int tmplineno)
|
protected java.lang.String |
parseName(java.lang.String tmpline)
|
void |
setGroup(java.lang.String group)
Setter for property group. |
protected void |
setLineno(int lineno)
Setter for property lineno. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setProperties(PropertyList properties)
Setter for property properties. |
void |
setResources(vResource resources)
Setter for property resources. |
void |
setStarted(boolean started)
Setter for property started. |
java.lang.String |
toString()
Convert to String output format |
| Methods inherited from class org.jSyncManager.API.Protocol.Util.DLPRecord |
addAttribute, checkAttribute, clearAttribute, generateData, getAttributes, getCategory, getData, getIndex, getRecordID, getRecordSize, parseFields, setAttributes, setCategory, setData, setIndex, setRecordID, setRecordSize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String CRLF
public static final java.lang.String BEGIN
public static final java.lang.String END
protected PropertyList properties
| Constructor Detail |
public vObject()
public vObject(DLPRecord record)
throws java.text.ParseException,
java.io.IOException
public vObject(vFoldedFile file,
java.lang.Integer tmplineno)
throws java.text.ParseException,
java.io.IOException
| Method Detail |
protected void parse(vFoldedFile file,
int tmplineno)
throws java.text.ParseException
java.text.ParseException
public vObject getVObjectClass(vFoldedFile file,
int lineno)
throws java.text.ParseException
java.text.ParseException
protected java.lang.String parseName(java.lang.String tmpline)
throws java.text.ParseException
java.text.ParseExceptionprotected boolean checkMandatory()
protected boolean checkExclusive()
public java.lang.String format()
public java.lang.String toString()
toString in class DLPRecordpublic void importRecord(DLPRecord rec)
public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.public PropertyList getProperties()
public void setProperties(PropertyList properties)
properties - New value of property properties.
java.beans.PropertyVetoException - if some vetoable listeners reject the new valuepublic boolean isStarted()
public boolean isSingleInstance()
public void setStarted(boolean started)
started - New value of property started.
java.beans.PropertyVetoException - if some vetoable listeners reject the new valuepublic vResource getResources()
public void setResources(vResource resources)
resources - New value of property resources.public int getLineno()
protected void setLineno(int lineno)
lineno - New value of property lineno.public java.lang.String getGroup()
public void setGroup(java.lang.String group)
group - New value of property group.
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||