Merchant Announcement UML


Added On:  11/15/13 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  MerchantAnnouncement 
Added On:  11/15/13
SQL Column:  BEGIN_DATE
Java Field:  beginDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Biginning (start) date of the merchant announcement.
Added On:  11/15/13
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created
Added On:  11/15/13
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(4096)
Java Type:  String
Attributes:
Short description of the announcement.
Added On:  11/15/13
SQL Column:  END_DATE
Java Field:  endDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Ending date of the merchant announcement.
Added On:  11/15/13
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:  11/15/13
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the record is currently active.
Added On:  08/31/16
SQL Column:  MERCHANTS_FK
Java Field:  merchants
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
References Merchant
Attributes:
Reference to the entity that represents information about merchant.
Added On:  11/15/13
SQL Column:  PORTFOLIO_CODE
Java Field:  portfolioCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Portfolio that this group belongs to.
Added On:  11/15/13
SQL Column:  PRIORITY
Java Field:  priority
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Priority of the announcement.