Resource Content


Added On:  03/12/15 
SQL Table:  RESOURCE_CONTENT 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ResourceContent 
Entity that represents information about the content and the content for a particular resource itself .
Added On:  03/12/15
SQL Column:  CONTENT
Java Field:  content
Status:  Active
SQL Type:  longblob
Java Type:  byte[]
Attributes:
The file (application configuration file, key, etc.) that can be downloaded to the terminal.
Added On:  04/07/15
SQL Column:  CONTENT_TYPE
Java Field:  contentType
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
The type of used resource content (application, image, file, etc.).
Added On:  03/12/15
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:  03/12/15
SQL Column:  PORTFOLIO_CODE
Java Field:  portfolioCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Portfolio that this resource belongs to.