org.cogroo.tools.checker.rules.model
Class ModificationHistory

java.lang.Object
  extended by org.cogroo.tools.checker.rules.model.ModificationHistory
All Implemented Interfaces:
Serializable

public class ModificationHistory
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

ModificationHistory

public ModificationHistory()
Method Detail

getAuthor

public String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

public void setAuthor(String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

getDate

public XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String


Copyright © 2012-2013 CoGrOO. All Rights Reserved.