|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opensync.engine.server.View
This class encapsulate the concept of a business view in the OpenSync application
| Field Summary | |
protected java.lang.String |
descriptor
The descriptor (in/out) used by the adapter transform the source fomat in OpenSync format. |
protected java.lang.String |
descriptorIn
Set the descriptor (in only) used by the adapter transform the source fomat in OpenSync format. |
protected java.lang.String |
descriptorOut
Set the descriptor (out only) used by the adapter transform the source fomat in OpenSync format. |
protected java.lang.String |
file
The file name of the file produice or import by OpenSync for this view |
protected java.lang.String |
name
The name of the view |
protected java.lang.String |
theme
The theme of the view |
| Constructor Summary | |
View()
Construct a view object |
|
| Method Summary | |
java.lang.String |
getDescriptor()
Get the descriptor (in/out) used by the adapter transform the source fomat in OpenSync format. |
java.lang.String |
getDescriptorIn()
Get the descriptor (in only) used by the adapter transform the source fomat in OpenSync format. |
java.lang.String |
getDescriptorOut()
get the descriptor (out only) used by the adapter transform the source fomat in OpenSync format. |
java.lang.String |
getFile()
Get the file name of the file produice or import by OpenSync for this view |
java.lang.String |
getName()
Get the name of the view |
java.lang.String |
getTheme()
Get the theme of the view |
long |
lastModifiedFrom(java.lang.String descriptorsPath,
java.lang.String folder)
|
long |
lastModifiedTo(java.lang.String descriptorsPath)
|
void |
setDescriptor(java.lang.String descriptor)
Set the descriptor (in/out) used by the adapter transform the source fomat in OpenSync format. |
void |
setDescriptorIn(java.lang.String descriptorIn)
Set the descriptor (in only) used by the adapter transform the source fomat in OpenSync format. |
void |
setDescriptorOut(java.lang.String descriptorOut)
Set the descriptor (out only) used by the adapter transform the source fomat in OpenSync format. |
void |
setFile(java.lang.String file)
Set the file name of the file produice or import by OpenSync for this view |
void |
setName(java.lang.String name)
Set the name of the view |
void |
setTheme(java.lang.String theme)
Set the theme of the view |
java.lang.String |
toString()
Convert a view to a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected java.lang.String theme
protected java.lang.String descriptor
protected java.lang.String descriptorIn
protected java.lang.String descriptorOut
protected java.lang.String file
| Constructor Detail |
public View()
| Method Detail |
public void setName(java.lang.String name)
name - the name of the viewpublic java.lang.String getTheme()
public void setTheme(java.lang.String theme)
theme - the theme of the viewpublic java.lang.String getName()
public void setDescriptor(java.lang.String descriptor)
descriptor - the in/out descriptor of the viewpublic java.lang.String getDescriptor()
public void setFile(java.lang.String file)
file - public java.lang.String getFile()
public void setDescriptorIn(java.lang.String descriptorIn)
descriptorIn - public java.lang.String getDescriptorIn()
public void setDescriptorOut(java.lang.String descriptorOut)
descriptorOut - public java.lang.String getDescriptorOut()
public long lastModifiedTo(java.lang.String descriptorsPath)
throws OpenSyncException,
java.io.IOException
OpenSyncException
java.io.IOException
public long lastModifiedFrom(java.lang.String descriptorsPath,
java.lang.String folder)
throws OpenSyncException,
java.io.IOException
OpenSyncException
java.io.IOExceptionpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||