Class OwnerMapping

Object
OwnerMapping
All Implemented Interfaces:
Serializable, Cloneable

public class OwnerMapping extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • OwnerMapping

      public OwnerMapping()
  • Method Details

    • getOwner

      public String getOwner()
    • setOwner

      public void setOwner(String owner)
    • getFormData

      public FormData getFormData()
    • setFormData

      public void setFormData(FormData formData)
    • getMappingType

      public MappingType getMappingType()
    • setMappingType

      public void setMappingType(MappingType mappingType)
    • getOwnerType

      public OwnerType getOwnerType()
    • setOwnerType

      public void setOwnerType(OwnerType ownerType)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isDivisionGroup

      public Boolean isDivisionGroup()
    • setDivisionGroup

      public void setDivisionGroup(Boolean divisionGroup)
    • getDivisionGroupMinimum

      public Integer getDivisionGroupMinimum()
    • setDivisionGroupMinimum

      public void setDivisionGroupMinimum(Integer divisionGroupMinimum)
    • getValueMappings

      public Collection<OwnerMapping.ValueMapping> getValueMappings()
    • setValueMappings

      public void setValueMappings(Collection<OwnerMapping.ValueMapping> valueMappings)
    • getMappingExpression

      public String getMappingExpression()
    • setMappingExpression

      public void setMappingExpression(String mappingExpression)
    • clone

      public OwnerMapping clone()
      Overrides:
      clone in class Object