com.jurismarches.vradi.models
Class ModifThesaurusModel.AttributeModif

java.lang.Object
  extended by com.jurismarches.vradi.models.ModifThesaurusModel.ModifThesaurus
      extended by com.jurismarches.vradi.models.ModifThesaurusModel.AttributeModif
All Implemented Interfaces:
ModifModel.Modif
Enclosing class:
ModifThesaurusModel

protected class ModifThesaurusModel.AttributeModif
extends ModifThesaurusModel.ModifThesaurus


Field Summary
protected  String attributeName
           
protected  VradiThesaurusDTO modif
           
protected  String newValue
           
protected  String oldValue
           
 
Fields inherited from class com.jurismarches.vradi.models.ModifThesaurusModel.ModifThesaurus
linked
 
Constructor Summary
ModifThesaurusModel.AttributeModif(VradiThesaurusDTO modif, String attributeName, String oldValue)
           
 
Method Summary
 VradiThesaurusDTO getConcernedThesaurus()
           
 String getMsg()
           
protected  String getOldValue()
           
 boolean revert()
           
 
Methods inherited from class com.jurismarches.vradi.models.ModifThesaurusModel.ModifThesaurus
getLink, isLinked, link
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modif

protected VradiThesaurusDTO modif

attributeName

protected String attributeName

oldValue

protected String oldValue

newValue

protected String newValue
Constructor Detail

ModifThesaurusModel.AttributeModif

public ModifThesaurusModel.AttributeModif(VradiThesaurusDTO modif,
                                          String attributeName,
                                          String oldValue)
Method Detail

getOldValue

protected String getOldValue()

getMsg

public String getMsg()

revert

public boolean revert()

getConcernedThesaurus

public VradiThesaurusDTO getConcernedThesaurus()
Specified by:
getConcernedThesaurus in class ModifThesaurusModel.ModifThesaurus


Copyright © 2009-2010 JurisMarches. All Rights Reserved.