Class _ServiceParameter

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    ServiceParameter

    public abstract class _ServiceParameter
    extends BaseEntity

    Provides the _ServiceParameter database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • BIND_PARAMETER_FLAG_PROPERTY

        public static final String BIND_PARAMETER_FLAG_PROPERTY
        Provides the 'bindParameterFlag' property name.
        See Also:
        Constant Field Values
      • CLEAR_ON_EXPORT_FLAG_PROPERTY

        public static final String CLEAR_ON_EXPORT_FLAG_PROPERTY
        Provides the 'clearOnExportFlag' property name.
        See Also:
        Constant Field Values
      • CREATED_AT_PROPERTY

        public static final String CREATED_AT_PROPERTY
        Provides the 'createdAt' property name.
        See Also:
        Constant Field Values
      • CREATED_BY_PROPERTY

        public static final String CREATED_BY_PROPERTY
        Provides the 'createdBy' property name.
        See Also:
        Constant Field Values
      • DESCRIPTION_PROPERTY

        public static final String DESCRIPTION_PROPERTY
        Provides the 'description' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_AT_PROPERTY

        public static final String LAST_MODIFIED_AT_PROPERTY
        Provides the 'lastModifiedAt' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_BY_PROPERTY

        public static final String LAST_MODIFIED_BY_PROPERTY
        Provides the 'lastModifiedBy' property name.
        See Also:
        Constant Field Values
      • LIST_VALUES_PROPERTY

        public static final String LIST_VALUES_PROPERTY
        Provides the 'listValues' property name.
        See Also:
        Constant Field Values
      • READONLY_FLAG_PROPERTY

        public static final String READONLY_FLAG_PROPERTY
        Provides the 'readonlyFlag' property name.
        See Also:
        Constant Field Values
      • REQUIRED_FLAG_PROPERTY

        public static final String REQUIRED_FLAG_PROPERTY
        Provides the 'requiredFlag' property name.
        See Also:
        Constant Field Values
      • UNIT_TEST_FLAG_PROPERTY

        public static final String UNIT_TEST_FLAG_PROPERTY
        Provides the 'unitTestFlag' property name.
        See Also:
        Constant Field Values
      • SERVICE_PROPERTY

        public static final String SERVICE_PROPERTY
        Provides the 'service' relationship name.
        See Also:
        Constant Field Values
      • SERVICE_PARAMETER_HISTORY_PROPERTY

        public static final String SERVICE_PARAMETER_HISTORY_PROPERTY
        Provides the 'serviceParameterHistory' relationship name.
        See Also:
        Constant Field Values
      • SERVICE_PARAMETER_OID_PK_COLUMN

        public static final String SERVICE_PARAMETER_OID_PK_COLUMN
        Provides the 'service_parameter_oid' primary key database column name.
        See Also:
        Constant Field Values
      • BIND_PARAMETER_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> BIND_PARAMETER_FLAG
        Provides the 'BIND_PARAMETER_FLAG' property.
      • CLEAR_ON_EXPORT_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> CLEAR_ON_EXPORT_FLAG
        Provides the 'CLEAR_ON_EXPORT_FLAG' property.
      • CREATED_AT

        public static final org.apache.cayenne.exp.Property<Date> CREATED_AT
        Provides the 'CREATED_AT' property.
      • CREATED_BY

        public static final org.apache.cayenne.exp.Property<String> CREATED_BY
        Provides the 'CREATED_BY' property.
      • DESCRIPTION

        public static final org.apache.cayenne.exp.Property<String> DESCRIPTION
        Provides the 'DESCRIPTION' property.
      • LAST_MODIFIED_AT

        public static final org.apache.cayenne.exp.Property<Date> LAST_MODIFIED_AT
        Provides the 'LAST_MODIFIED_AT' property.
      • LAST_MODIFIED_BY

        public static final org.apache.cayenne.exp.Property<String> LAST_MODIFIED_BY
        Provides the 'LAST_MODIFIED_BY' property.
      • LIST_VALUES

        public static final org.apache.cayenne.exp.Property<String> LIST_VALUES
        Provides the 'LIST_VALUES' property.
      • NAME

        public static final org.apache.cayenne.exp.Property<String> NAME
        Provides the 'NAME' property.
      • READONLY_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> READONLY_FLAG
        Provides the 'READONLY_FLAG' property.
      • REQUIRED_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> REQUIRED_FLAG
        Provides the 'REQUIRED_FLAG' property.
      • TYPE

        public static final org.apache.cayenne.exp.Property<String> TYPE
        Provides the 'TYPE' property.
      • UNIT_TEST_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> UNIT_TEST_FLAG
        Provides the 'UNIT_TEST_FLAG' property.
      • VALUE

        public static final org.apache.cayenne.exp.Property<String> VALUE
        Provides the 'VALUE' property.
      • SERVICE

        public static final org.apache.cayenne.exp.Property<ServiceDefinition> SERVICE
        Provides the 'SERVICE' property.
      • SERVICE_PARAMETER_HISTORY

        public static final org.apache.cayenne.exp.Property<List<ServiceParameterHistory>> SERVICE_PARAMETER_HISTORY
        Provides the 'SERVICE_PARAMETER_HISTORY' property.
    • Constructor Detail

      • _ServiceParameter

        public _ServiceParameter()
    • Method Detail

      • setBindParameterFlag

        public void setBindParameterFlag​(boolean bindParameterFlag)
        Set the bindParameterFlag value.
        Parameters:
        bindParameterFlag - the bindParameterFlag value to set
      • isBindParameterFlag

        public boolean isBindParameterFlag()
        Return the bindParameterFlag value.
        Returns:
        bindParameterFlag the bindParameterFlag value
      • setClearOnExportFlag

        public void setClearOnExportFlag​(boolean clearOnExportFlag)
        Set the clearOnExportFlag value.
        Parameters:
        clearOnExportFlag - the clearOnExportFlag value to set
      • isClearOnExportFlag

        public boolean isClearOnExportFlag()
        Return the clearOnExportFlag value.
        Returns:
        clearOnExportFlag the clearOnExportFlag value
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
        Set the createdAt value.
        Parameters:
        createdAt - the createdAt value to set
      • getCreatedAt

        public Date getCreatedAt()
        Return the createdAt value.
        Returns:
        createdAt the createdAt value
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy value.
        Parameters:
        createdBy - the createdBy value to set
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy value.
        Returns:
        createdBy the createdBy value
      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description value
      • setLastModifiedAt

        public void setLastModifiedAt​(Date lastModifiedAt)
        Set the lastModifiedAt value.
        Parameters:
        lastModifiedAt - the lastModifiedAt value to set
      • getLastModifiedAt

        public Date getLastModifiedAt()
        Return the lastModifiedAt value.
        Returns:
        lastModifiedAt the lastModifiedAt value
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy value.
        Parameters:
        lastModifiedBy - the lastModifiedBy value to set
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy value.
        Returns:
        lastModifiedBy the lastModifiedBy value
      • setListValues

        public void setListValues​(String listValues)
        Set the listValues value.
        Parameters:
        listValues - the listValues value to set
      • getListValues

        public String getListValues()
        Return the listValues value.
        Returns:
        listValues the listValues value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setReadonlyFlag

        public void setReadonlyFlag​(boolean readonlyFlag)
        Set the readonlyFlag value.
        Parameters:
        readonlyFlag - the readonlyFlag value to set
      • isReadonlyFlag

        public boolean isReadonlyFlag()
        Return the readonlyFlag value.
        Returns:
        readonlyFlag the readonlyFlag value
      • setRequiredFlag

        public void setRequiredFlag​(boolean requiredFlag)
        Set the requiredFlag value.
        Parameters:
        requiredFlag - the requiredFlag value to set
      • isRequiredFlag

        public boolean isRequiredFlag()
        Return the requiredFlag value.
        Returns:
        requiredFlag the requiredFlag value
      • setType

        public void setType​(String type)
        Set the type value.
        Parameters:
        type - the type value to set
      • getType

        public String getType()
        Return the type value.
        Returns:
        type the type value
      • setUnitTestFlag

        public void setUnitTestFlag​(boolean unitTestFlag)
        Set the unitTestFlag value.
        Parameters:
        unitTestFlag - the unitTestFlag value to set
      • isUnitTestFlag

        public boolean isUnitTestFlag()
        Return the unitTestFlag value.
        Returns:
        unitTestFlag the unitTestFlag value
      • setValue

        public void setValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
      • getValue

        public String getValue()
        Return the value value.
        Returns:
        value the value value
      • setService

        public void setService​(ServiceDefinition service)
        Set the Service.
        Parameters:
        service - the service value to set
      • getService

        public ServiceDefinition getService()
        Return the Service.
        Returns:
        the service value
      • addToServiceParameterHistory

        public void addToServiceParameterHistory​(ServiceParameterHistory obj)
        Add the ServiceParameterHistory object.
        Parameters:
        obj - the serviceParameterHistory value to add
      • removeFromServiceParameterHistory

        public void removeFromServiceParameterHistory​(ServiceParameterHistory obj)
        Remove the ServiceParameterHistory object.
        Parameters:
        obj - the serviceParameterHistory value to remove
      • getServiceParameterHistory

        public List<ServiceParameterHistory> getServiceParameterHistory()
        Return the ServiceParameterHistory.
        Returns:
        serviceParameterHistory value