Interface EntityAttrValueSupport

  • All Superinterfaces:
    java.lang.Cloneable, PersistenceEntity

    public interface EntityAttrValueSupport
    extends PersistenceEntity
    EntityAttrValueSupport: an entity can create a number of EntityAttrValues(attributes with their values).
    Since:
    5.4
    • Field Detail

      • PROPERTY_ENTITY_ATTR_VALUES

        static final java.lang.String PROPERTY_ENTITY_ATTR_VALUES
        Property name: entityAttrValues
        See Also:
        Constant Field Values
    • Method Detail

      • getEntityAttrValues

        java.util.List<EntityAttrValue> getEntityAttrValues()
        Get a list of EntityAttrValue(s) that are the user-defined property values
      • setEntityAttrValues

        void setEntityAttrValues​(java.util.List<EntityAttrValue> entityAttrValues)
        Set the list of EntityAttrValue(s) that are the user-defined property values
        Parameters:
        entityAttrValues - the value to set