Class DataType

    • Method Detail

      • getCode

        public String getCode()
        Gets value for attribute code
      • setCode

        public void setCode​(String code)
        Sets value for attribute code
      • getName

        public String getName()
        Gets value for attribute code
      • setName

        public void setName​(String code)
        Sets value for attribute code
      • getOrder

        public Long getOrder()
        Gets value for attribute order
      • setOrder

        public void setOrder​(Long order)
        Sets value for attribute order
      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getScope

        public MetadataScope getScope()
        Gets value for attribute scope
      • setScope

        public void setScope​(MetadataScope scope)
        Sets value for attribute scope
      • getObjectType

        public String getObjectType()
        Gets value for attribute objectType
      • setObjectType

        public void setObjectType​(String objectType)
        Sets value for attribute objectType
      • getCustomObjectType

        public String getCustomObjectType()
        Gets value for attribute objectType
      • setCustomObjectType

        public void setCustomObjectType​(String objectType)
        Sets value for attribute objectType
      • getDataObjectType

        public String getDataObjectType()
        Gets value for attribute dataObjectType
      • setDataObjectType

        public void setDataObjectType​(String dataObjectType)
        Sets value for attribute dataObjectType
      • setType

        public void setType​(TypeEnumeration type)
        Sets value for attribute type
      • getSize

        public Integer getSize()
        Gets value for attribute size
      • setSize

        public void setSize​(Integer size)
        Sets value for attribute size
      • isRequired

        public boolean isRequired()
        Gets value for attribute required
      • setRequired

        public void setRequired​(boolean required)
        Sets value for attribute required
      • isReadOnly

        public boolean isReadOnly()
        Gets value for attribute readOnly
      • setReadOnly

        public void setReadOnly​(boolean readOnly)
        Sets value for attribute readOnly
      • isMultiLine

        public boolean isMultiLine()
        Gets value for attribute multiLine
      • setMultiLine

        public void setMultiLine​(boolean multiLine)
        Sets value for attribute multiLine
      • isMultiValued

        public boolean isMultiValued()
        Gets value for attribute multiValued
      • setMultiValued

        public void setMultiValued​(boolean multiValued)
        Sets value for attribute multiValued
      • getSearchCriteria

        public Boolean getSearchCriteria()
        Gets value for attribute searchCriteria
      • setSearchCriteria

        public void setSearchCriteria​(Boolean searchCriteria)
        Sets value for attribute searchCriteria
      • getMultiValuedRows

        public Integer getMultiValuedRows()
        Gets value for attribute multiValuedRows
      • setMultiValuedRows

        public void setMultiValuedRows​(Integer multiValuedRows)
        Sets value for attribute multiValuedRows
      • getLabel

        public String getLabel()
        Gets value for attribute label
      • setLabel

        public void setLabel​(String label)
        Sets value for attribute label
      • getHint

        public String getHint()
        Gets value for attribute hint
      • setHint

        public void setHint​(String hint)
        Sets value for attribute hint
      • getNlsLabel

        public String getNlsLabel()
        Gets value for attribute nlsLabel
      • setNlsLabel

        public void setNlsLabel​(String nlsLabel)
        Sets value for attribute nlsLabel
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getValues

        public List<String> getValues()
        Gets value for attribute values
      • setValues

        public void setValues​(List<String> values)
        Sets value for attribute values
      • getAdminVisibility

        public AttributeVisibilityEnum getAdminVisibility()
        Gets value for attribute adminVisibility
      • setAdminVisibility

        public void setAdminVisibility​(AttributeVisibilityEnum adminVisibility)
        Sets value for attribute adminVisibility
      • getOperatorVisibility

        public AttributeVisibilityEnum getOperatorVisibility()
        Gets value for attribute operatorVisibility
      • setOperatorVisibility

        public void setOperatorVisibility​(AttributeVisibilityEnum operatorVisibility)
        Sets value for attribute operatorVisibility
      • setUserVisibility

        public void setUserVisibility​(AttributeVisibilityEnum userVisibility)
        Sets value for attribute userVisibility
      • getSystemName

        public String getSystemName()
        Gets value for attribute systemName
      • setSystemName

        public void setSystemName​(String systemName)
        Sets value for attribute systemName
      • getUnique

        public Boolean getUnique()
        Gets value for attribute unique
      • setUnique

        public void setUnique​(Boolean unique)
        Sets value for attribute unique
      • getVisibilityExpression

        public String getVisibilityExpression()
        Gets value for attribute visibilityExpression
      • setVisibilityExpression

        public void setVisibilityExpression​(String visibilityExpression)
        Sets value for attribute visibilityExpression
      • getValidationExpression

        public String getValidationExpression()
        Gets value for attribute validationExpression
      • setValidationExpression

        public void setValidationExpression​(String validationExpression)
        Sets value for attribute validationExpression
      • getFilterExpression

        public String getFilterExpression()
        Gets value for attribute filterExpression
      • setFilterExpression

        public void setFilterExpression​(String filterExpression)
        Sets value for attribute filterExpression
      • getOnLoadTrigger

        public String getOnLoadTrigger()
        Gets value for attribute onLoadTrigger
      • setOnLoadTrigger

        public void setOnLoadTrigger​(String onLoadTrigger)
        Sets value for attribute onLoadTrigger
      • getOnChangeTrigger

        public String getOnChangeTrigger()
        Gets value for attribute onChangeTrigger
      • setOnChangeTrigger

        public void setOnChangeTrigger​(String onChangeTrigger)
        Sets value for attribute onChangeTrigger
      • getOnFocusTrigger

        public String getOnFocusTrigger()
        Gets value for attribute onFocusTrigger
      • setOnFocusTrigger

        public void setOnFocusTrigger​(String onFocusTrigger)
        Sets value for attribute onFocusTrigger
      • getValidator

        public String getValidator()
        Gets value for attribute validator
      • setValidator

        public void setValidator​(String validator)
        Sets value for attribute validator
      • getEnumeration

        public String getEnumeration()
        Gets value for attribute enumeration
      • setEnumeration

        public void setEnumeration​(String enumeration)
        Sets value for attribute enumeration
      • getBuiltin

        public Boolean getBuiltin()
        Gets value for attribute builtin
      • setBuiltin

        public void setBuiltin​(Boolean builtin)
        Sets value for attribute builtin
      • getBuiltinHandler

        public String getBuiltinHandler()
        Gets value for attribute builtinHandler
      • setBuiltinHandler

        public void setBuiltinHandler​(String builtinHandler)
        Sets value for attribute builtinHandler
      • getLetterCase

        public LetterCaseEnum getLetterCase()
        Gets value for attribute letterCase
      • setLetterCase

        public void setLetterCase​(LetterCaseEnum letterCase)
        Sets value for attribute letterCase
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toDataType

        public static DataType toDataType​(TipusDada vo)
        Creates a DataType value object based on a TipusDada object.
      • toDataTypeArray

        public static DataType[] toDataTypeArray​(TipusDada[] source)
        Creates a DataType array on a TipusDada array.
      • toDataType

        public static void toDataType​(TipusDada source,
                                      DataType target)
        Updates a DataType value object based on a TipusDada object.