org.squashtest.tm.domain.customfield
Class CustomFieldValue
java.lang.Object
org.squashtest.tm.domain.customfield.CustomFieldValue
- All Implemented Interfaces:
- Identified
@Entity
public class CustomFieldValue
- extends Object
- implements Identified
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomFieldValue
public CustomFieldValue()
CustomFieldValue
public CustomFieldValue(Long boundEntityId,
BindableEntity boundEntityType,
CustomFieldBinding binding,
String value)
getId
public Long getId()
- Specified by:
getId in interface Identified
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()
representsSameBinding
public boolean representsSameBinding(CustomFieldValue otherValue)
representsSameCustomField
public boolean representsSameCustomField(CustomFieldValue otherValue)
getValueAsDate
public Date getValueAsDate()
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.