java.lang.Object
com.softslate.commerce.administrator.extender.Field

public class Field extends Object
  • Field Details

    • name

      private String name
    • type

      private String type
    • appComponents

      private Properties appComponents
    • cappedName

      private String cappedName
    • cappedNameWithSpaces

      private String cappedNameWithSpaces
    • cappedNameWithSpacesShortened

      private String cappedNameWithSpacesShortened
    • cappedPluralNameWithSpaces

      private String cappedPluralNameWithSpaces
    • mySQLType

      private String mySQLType
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAppComponents

      public Properties getAppComponents()
    • setAppComponents

      public void setAppComponents(Properties appComponents)
    • getCappedName

      public String getCappedName()
    • setCappedName

      public void setCappedName(String cappedName)
    • getMySQLType

      public String getMySQLType()
    • setMySQLType

      public void setMySQLType(String mySQLType)
    • getCappedNameWithSpaces

      public String getCappedNameWithSpaces()
    • getCappedNameWithSpacesShortened

      public String getCappedNameWithSpacesShortened()
    • getCappedPluralNameWithSpaces

      public String getCappedPluralNameWithSpaces()