public class AssociationAction extends Object
Constructor and Description |
---|
AssociationAction() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoComplete()
Generate code in order to select an existing target entity, using an autoComplete component, from the source entity main edit page.
|
Boolean |
getCreate()
Generate code in order to create a new target entity from the source entity main edit page.
|
Boolean |
getEdit()
Generate code in order to edit a target entity from the source entity main edit page.
|
Boolean |
getRemove()
Generate code in order to remove a target entity from the source entity main edit page.
|
Boolean |
getSelect()
Generate code in order to select an existing target entity from the source entity main edit page.
|
Boolean |
getView()
Generate code in order to view a target entity from the source entity main edit page.
|
void |
setAutoComplete(Boolean autoComplete) |
void |
setCreate(Boolean create) |
void |
setEdit(Boolean edit) |
void |
setRemove(Boolean remove) |
void |
setSelect(Boolean select) |
void |
setView(Boolean view) |
public Boolean getCreate()
public Boolean getEdit()
public Boolean getView()
public Boolean getSelect()
public Boolean getAutoComplete()
public Boolean getRemove()
public void setCreate(Boolean create)
public void setEdit(Boolean edit)
public void setView(Boolean view)
public void setSelect(Boolean select)
public void setAutoComplete(Boolean autoComplete)
public void setRemove(Boolean remove)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.