Class ActionParentEntityBean

java.lang.Object
ch.tocco.nice2.rest.action.spi.beans.ActionParentEntityBean
All Implemented Interfaces:
Serializable

public class ActionParentEntityBean extends Object implements Serializable
See Also:
  • Constructor Details Link icon

    • ActionParentEntityBean Link icon

      public ActionParentEntityBean()
  • Method Details Link icon

    • getModel Link icon

      public String getModel()
    • setModel Link icon

      public void setModel(String model)
    • getKey Link icon

      public String getKey()
    • setKey Link icon

      public void setKey(String key)
    • getRelationName Link icon

      public String getRelationName()
    • setRelationName Link icon

      public void setRelationName(String relationName)
    • getReverseRelationName Link icon

      public String getReverseRelationName()
    • setReverseRelationName Link icon

      public void setReverseRelationName(String reverseRelationName)
    • getFormSuffix Link icon

      public String getFormSuffix()
    • setFormSuffix Link icon

      public void setFormSuffix(String formSuffix)