@Entity public class CustomFieldBinding extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomFieldBinding.PositionAwareBindingList
In case you wonder : NOT THREAD SAFE !
|
| Constructor and Description |
|---|
CustomFieldBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRenderingLocation(RenderingLocation location) |
Set<RenderingLocation> |
copyRenderingLocations() |
CustomFieldValue |
createNewValue() |
BindableEntity |
getBoundEntity() |
GenericProject |
getBoundProject() |
CustomField |
getCustomField() |
Long |
getId() |
int |
getPosition() |
Set<RenderingLocation> |
getRenderingLocations() |
void |
removeRenderingLocation(RenderingLocation location) |
void |
setBoundEntity(BindableEntity boundEntity) |
void |
setBoundProject(GenericProject boundProject) |
void |
setCustomField(CustomField customField) |
void |
setPosition(int position) |
void |
setRenderingLocations(Set<RenderingLocation> renderingLocations) |
public Set<RenderingLocation> getRenderingLocations()
public Set<RenderingLocation> copyRenderingLocations()
public CustomField getCustomField()
public void setCustomField(CustomField customField)
public BindableEntity getBoundEntity()
public void setBoundEntity(BindableEntity boundEntity)
public GenericProject getBoundProject()
public void setBoundProject(GenericProject boundProject)
public Long getId()
public void setRenderingLocations(Set<RenderingLocation> renderingLocations)
public void addRenderingLocation(RenderingLocation location)
public void removeRenderingLocation(RenderingLocation location)
public int getPosition()
public void setPosition(int position)
public CustomFieldValue createNewValue()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.