org.lexevs.cts2.core.update
Class RevisionInfo

java.lang.Object
  extended by org.lexevs.cts2.core.update.RevisionInfo

public class RevisionInfo
extends java.lang.Object

Version information of a resource.

Author:
Sridhar Dwarkanath

Constructor Summary
RevisionInfo()
           
 
Method Summary
 java.lang.String getChangeAgent()
           
 java.lang.String getChangeInstruction()
           
 java.lang.String getDescription()
           
 java.lang.Long getEditOrder()
           
 java.util.Date getRevisionDate()
           
 java.lang.String getRevisionId()
           
 java.lang.String getSystemReleaseURI()
           
 void setChangeAgent(java.lang.String changeAgent)
           
 void setChangeInstruction(java.lang.String changeInstruction)
           
 void setDescription(java.lang.String description)
           
 void setEditOrder(java.lang.Long editOrder)
           
 void setRevisionDate(java.util.Date revisionDate)
           
 void setRevisionId(java.lang.String revisionId)
           
 void setSystemReleaseURI(java.lang.String systemReleaseURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionInfo

public RevisionInfo()
Method Detail

getRevisionId

public java.lang.String getRevisionId()
Returns:
the revisionId

setRevisionId

public void setRevisionId(java.lang.String revisionId)
Parameters:
revisionId - the revisionId to set

getChangeAgent

public java.lang.String getChangeAgent()
Returns:
the changeAgent

setChangeAgent

public void setChangeAgent(java.lang.String changeAgent)
Parameters:
changeAgent - the changeAgent to set

getChangeInstruction

public java.lang.String getChangeInstruction()
Returns:
the changeInstruction

setChangeInstruction

public void setChangeInstruction(java.lang.String changeInstruction)
Parameters:
changeInstruction - the changeInstruction to set

getEditOrder

public java.lang.Long getEditOrder()
Returns:
the editOrder

setEditOrder

public void setEditOrder(java.lang.Long editOrder)
Parameters:
editOrder - the editOrder to set

getRevisionDate

public java.util.Date getRevisionDate()
Returns:
the revisionDate

setRevisionDate

public void setRevisionDate(java.util.Date revisionDate)
Parameters:
revisionDate - the revisionDate to set

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description to set

getSystemReleaseURI

public java.lang.String getSystemReleaseURI()
Returns:
the systemReleaseURI

setSystemReleaseURI

public void setSystemReleaseURI(java.lang.String systemReleaseURI)
Parameters:
systemReleaseURI - the systemReleaseURI to set

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.