Class PackoutItem


  • public class PackoutItem
    extends Object
    Author:
    hengsin
    • Constructor Detail

      • PackoutItem

        public PackoutItem​(String type,
                           int recordId,
                           Map<String,​Object> properties)
        Parameters:
        type -
        recordId -
      • PackoutItem

        public PackoutItem​(String type,
                           int recordId,
                           String uuid,
                           Map<String,​Object> properties)
        Parameters:
        type -
        recordId -
    • Method Detail

      • getType

        public String getType()
        Returns:
        the type
      • getRecordId

        public int getRecordId()
        Returns:
        the recordId
      • getUUID

        public String getUUID()
        Returns:
        the uuid
      • getProperty

        public Object getProperty​(String key)
        Parameters:
        key -
        Returns:
        property value