org.squashtest.csp.tm.domain.customfield
Class CustomFieldValue

java.lang.Object
  extended by org.squashtest.csp.tm.domain.customfield.CustomFieldValue

@Entity
public class CustomFieldValue
extends Object


Constructor Summary
CustomFieldValue()
           
CustomFieldValue(Long boundEntityId, BindableEntity boundEntityType, CustomFieldBinding binding, String value)
           
 
Method Summary
 CustomFieldValue copy()
           
 CustomFieldBinding getBinding()
           
 Long getBoundEntityId()
           
 BindableEntity getBoundEntityType()
           
 CustomField getCustomField()
           
 Long getId()
           
 String getValue()
           
 void setBinding(CustomFieldBinding binding)
           
 void setBoundEntity(BoundEntity entity)
           
 void setId(Long id)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldValue

public CustomFieldValue()

CustomFieldValue

public CustomFieldValue(Long boundEntityId,
                        BindableEntity boundEntityType,
                        CustomFieldBinding binding,
                        String value)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getValue

public String getValue()

setValue

public void setValue(String value)

getBinding

public CustomFieldBinding getBinding()

getCustomField

public CustomField getCustomField()

setBinding

public void setBinding(CustomFieldBinding binding)

getBoundEntityId

public Long getBoundEntityId()

getBoundEntityType

public BindableEntity getBoundEntityType()

setBoundEntity

public void setBoundEntity(BoundEntity entity)

copy

public CustomFieldValue copy()


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