org.squashtest.tm.domain.customfield
@Entity public class CustomFieldValue extends Object implements Identified
| Constructor and Description |
|---|
CustomFieldValue() |
CustomFieldValue(Long boundEntityId,
BindableEntity boundEntityType,
CustomFieldBinding binding,
String value) |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValue |
copy() |
CustomFieldBinding |
getBinding() |
Long |
getBoundEntityId() |
BindableEntity |
getBoundEntityType() |
CustomField |
getCustomField() |
Long |
getId() |
String |
getValue() |
Date |
getValueAsDate() |
boolean |
representsSameBinding(CustomFieldValue otherValue) |
boolean |
representsSameCustomField(CustomFieldValue otherValue) |
void |
setBinding(CustomFieldBinding binding) |
void |
setBoundEntity(BoundEntity entity) |
void |
setId(Long id) |
void |
setValue(String value) |
public CustomFieldValue()
public CustomFieldValue(Long boundEntityId, BindableEntity boundEntityType, CustomFieldBinding binding, String value)
public Long getId()
getId in interface Identifiedpublic void setId(Long id)
public String getValue()
public void setValue(String value)
public CustomFieldBinding getBinding()
public CustomField getCustomField()
public void setBinding(CustomFieldBinding binding)
public Long getBoundEntityId()
public BindableEntity getBoundEntityType()
public void setBoundEntity(BoundEntity entity)
public CustomFieldValue copy()
public boolean representsSameBinding(CustomFieldValue otherValue)
public boolean representsSameCustomField(CustomFieldValue otherValue)
public Date getValueAsDate()
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.