net.sourceforge.cruisecontrol.sourcecontrols
Class CMSynergyModification.ModifiedObject
java.lang.Object
net.sourceforge.cruisecontrol.sourcecontrols.CMSynergyModification.ModifiedObject
- Enclosing class:
- CMSynergyModification
- public class CMSynergyModification.ModifiedObject
- extends java.lang.Object
Data structure which holds data specific to a single object included in a
modification within a CM Synergy repository.
- Author:
- Robert J. Smith
Method Summary |
void |
fromElement(org.jdom.Element modification,
java.text.DateFormat formatter)
|
org.jdom.Element |
toElement(java.text.DateFormat formatter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
version
public java.lang.String version
type
public java.lang.String type
instance
public java.lang.String instance
project
public java.lang.String project
comment
public java.lang.String comment
CMSynergyModification.ModifiedObject
protected CMSynergyModification.ModifiedObject()
toElement
public org.jdom.Element toElement(java.text.DateFormat formatter)
fromElement
public void fromElement(org.jdom.Element modification,
java.text.DateFormat formatter)