Class ContentsId


  • public class ContentsId
    extends Object
    Contents Id object, for maintaining a unique identifier for contents tables
    Since:
    3.2.0
    Author:
    osbornb
    • Constructor Detail

      • ContentsId

        public ContentsId()
        Default Constructor
      • ContentsId

        public ContentsId​(ContentsId contentsId)
        Copy Constructor
        Parameters:
        contentsId - contents id to copy
    • Method Detail

      • getId

        public long getId()
        Get the id
        Returns:
        id
      • setId

        public void setId​(long id)
        Set the id
        Parameters:
        id - id
      • getContents

        public Contents getContents()
        Get the contents
        Returns:
        contents
      • setContents

        public void setContents​(Contents contents)
        Set the contents
        Parameters:
        contents - contents
      • getTableName

        public String getTableName()
        Get the table name
        Returns:
        table name