Class NodePrototype

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean

public class NodePrototype extends UifDictionaryBeanBase implements Serializable
Configures nodes for a TreeGroup
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • NodePrototype

      public NodePrototype()
  • Method Details

    • getLabelPrototype

      public Message getLabelPrototype()
      Returns:
      the labelPrototype
    • setLabelPrototype

      public void setLabelPrototype(Message labelPrototype)
      Parameters:
      labelPrototype - the labelPrototype to set
    • getDataGroupPrototype

      public Group getDataGroupPrototype()
      Returns:
      the dataGroupPrototype
    • setDataGroupPrototype

      public void setDataGroupPrototype(Group dataGroupPrototype)
      Parameters:
      dataGroupPrototype - the dataGroupPrototype to set