org.squashtest.tm.service.internal.repository
Class CustomFieldValueDao.CustomFieldValuesPair

java.lang.Object
  extended by org.squashtest.tm.service.internal.repository.CustomFieldValueDao.CustomFieldValuesPair
Enclosing interface:
CustomFieldValueDao

public static final class CustomFieldValueDao.CustomFieldValuesPair
extends Object


Constructor Summary
CustomFieldValueDao.CustomFieldValuesPair()
           
CustomFieldValueDao.CustomFieldValuesPair(org.squashtest.tm.domain.customfield.CustomFieldValue original, org.squashtest.tm.domain.customfield.CustomFieldValue recipient)
           
 
Method Summary
 void copyContent()
          copies the value of the original CustomFieldValue into the value of the recipient CustomFieldValue
 org.squashtest.tm.domain.customfield.CustomFieldValue getOriginal()
           
 org.squashtest.tm.domain.customfield.CustomFieldValue getRecipient()
           
 void setOriginal(org.squashtest.tm.domain.customfield.CustomFieldValue original)
           
 void setRecipient(org.squashtest.tm.domain.customfield.CustomFieldValue recipient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldValueDao.CustomFieldValuesPair

public CustomFieldValueDao.CustomFieldValuesPair()

CustomFieldValueDao.CustomFieldValuesPair

public CustomFieldValueDao.CustomFieldValuesPair(org.squashtest.tm.domain.customfield.CustomFieldValue original,
                                                 org.squashtest.tm.domain.customfield.CustomFieldValue recipient)
Method Detail

setOriginal

public void setOriginal(org.squashtest.tm.domain.customfield.CustomFieldValue original)

setRecipient

public void setRecipient(org.squashtest.tm.domain.customfield.CustomFieldValue recipient)

getOriginal

public org.squashtest.tm.domain.customfield.CustomFieldValue getOriginal()

getRecipient

public org.squashtest.tm.domain.customfield.CustomFieldValue getRecipient()

copyContent

public void copyContent()
copies the value of the original CustomFieldValue into the value of the recipient CustomFieldValue



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.