Action Status Code


Added On:  08/27/12 
SQL Table:  ACTION_STATUS_CODE 
Module:  UniSell 
Type:  Entity  Status:  Active 
Java Class:  ActionStatusCode 
Possible statuses for an action type
Added On:  08/27/12
SQL Column:  ACTION_CL
Java Field:  actionCL
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
References Action Classifier
Attributes:
Represents the type of action for which this status is defined.
Added On:  08/27/12
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Unique code of the status
Added On:  08/27/12
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created
Added On:  08/27/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  08/27/12
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Integer
Attributes: Default:1
Indicates whether the record is currently active.
Added On:  11/11/12
SQL Column:  IS_SUCCESS
Java Field:  isSuccess
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Indicates whether the status represents a positive outcome
(activity is now completed) or a negative outcome (need to retry this activity again later).
Added On:  08/27/12
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required, CreateOnly
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  08/27/12
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Descriptive name explaining the code's meaning