org.squashtest.csp.tm.domain.customfield
Class CustomFieldBinding
java.lang.Object
org.squashtest.csp.tm.domain.customfield.CustomFieldBinding
@Entity
public class CustomFieldBinding
- extends Object
Defines the binding of a CustomField to instances of BindableEntitys contained in a Project
- Author:
- Gregory Fouquet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomFieldBinding
public CustomFieldBinding()
getRenderingLocations
public Set<RenderingLocation> getRenderingLocations()
- Returns:
- the renderingLocations
getCustomField
public CustomField getCustomField()
setCustomField
public void setCustomField(CustomField customField)
getBoundEntity
public BindableEntity getBoundEntity()
setBoundEntity
public void setBoundEntity(BindableEntity boundEntity)
getBoundProject
public GenericProject getBoundProject()
setBoundProject
public void setBoundProject(GenericProject boundProject)
getId
public Long getId()
setRenderingLocations
public void setRenderingLocations(Set<RenderingLocation> renderingLocations)
getPosition
public int getPosition()
setPosition
public void setPosition(int position)
createNewValue
public CustomFieldValue createNewValue()
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.