Class AttributeSetInstanceValue


  • public class AttributeSetInstanceValue
    extends Object
    Create a new attribute set instance value.
    • Field Detail

      • log4j

        protected org.apache.logging.log4j.Logger log4j
    • Constructor Detail

      • AttributeSetInstanceValue

        public AttributeSetInstanceValue()
      • AttributeSetInstanceValue

        public AttributeSetInstanceValue​(String strlot,
                                         String strserno,
                                         String strguaranteedate,
                                         String strlocked,
                                         String strlockDescription)
    • Method Detail

      • setLot

        public void setLot​(String _data)
      • getLot

        public String getLot()
      • setSerialNumber

        public void setSerialNumber​(String _data)
      • getSerialNumber

        public String getSerialNumber()
      • setGuaranteeDate

        public void setGuaranteeDate​(String _data)
      • getGuaranteeDate

        public String getGuaranteeDate()
      • setLockDescription

        public void setLockDescription​(String _data)
      • getLockDescription

        public String getLockDescription()
      • setLocked

        public void setLocked​(String _data)
      • getLocked

        public String getLocked()
      • getAttSetInstanceId

        public String getAttSetInstanceId()
      • setAttributeInstance

        public OBError setAttributeInstance​(ConnectionProvider conProv,
                                            VariablesSecureApp vars,
                                            String strAttributeSet,
                                            String strInstance,
                                            String strWindow,
                                            String strIsSOTrx,
                                            String strProduct,
                                            Map<String,​String> attributeValues,
                                            Organization organization)
                                     throws javax.servlet.ServletException
        Checks if the record has attachments associated.
        Parameters:
        conProv - Handler for the database connection.
        vars - Handler for the session info.
        strAttributeSet - String with the record attributeSetId.
        strInstance - String with the instanceId.
        strWindow - String with the windowId.
        strIsSOTrx - String with the isSotrx.
        strProduct - String with the productId.
        attributeValues - Map with the attribute values.
        organization - Organization for the attribute set instance.
        Returns:
        OBError with the result.
        Throws:
        javax.servlet.ServletException
      • setAttributeInstance

        public OBError setAttributeInstance​(ConnectionProvider conProv,
                                            VariablesSecureApp vars,
                                            String strAttributeSet,
                                            String strInstance,
                                            String strWindow,
                                            String strIsSOTrx,
                                            String strProduct,
                                            Map<String,​String> attributeValues)
                                     throws javax.servlet.ServletException
        Checks if the record has attachments associated.
        Parameters:
        conProv - Handler for the database connection.
        vars - Handler for the session info.
        strAttributeSet - String with the record attributeSetId.
        strInstance - String with the instanceId.
        strWindow - String with the windowId.
        strIsSOTrx - String with the isSotrx.
        strProduct - String with the productId.
        attributeValues - Map with the attribute values.
        Returns:
        OBError with the result.
        Throws:
        javax.servlet.ServletException