|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cogroo.tools.checker.rules.model.ModificationHistory
public class ModificationHistory
Tracks changes to each rule
Java class for ModificationHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModificationHistory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Author" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ModificationHistory()
|
|
| Method Summary | |
|---|---|
String |
getAuthor()
Gets the value of the author property. |
String |
getComment()
Gets the value of the comment property. |
XMLGregorianCalendar |
getDate()
Gets the value of the date property. |
void |
setAuthor(String value)
Sets the value of the author property. |
void |
setComment(String value)
Sets the value of the comment property. |
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModificationHistory()
| Method Detail |
|---|
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||