Class LcmEntity


  • public class LcmEntity
    extends Object
    Single Life Cycle Management entity representing the relation between Project, Client, Segment and DataProduct.
    • Constructor Detail

      • LcmEntity

        public LcmEntity​(String projectId,
                         String projectTitle,
                         Map<String,​String> links)
        Creates new instance of given project id and title
        Parameters:
        projectId - id of the project
        projectTitle - title of the project
        links - links
    • Method Detail

      • getProjectId

        public String getProjectId()
      • getProjectTitle

        public String getProjectTitle()
      • getClientId

        public String getClientId()
      • getSegmentId

        public String getSegmentId()
      • getDataProductId

        public String getDataProductId()
      • getProjectUri

        public String getProjectUri()
      • getClientUri

        public String getClientUri()
      • getSegmentUri

        public String getSegmentUri()
      • getDataProductUri

        public String getDataProductUri()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object