Class ProjectCollectionMember

    • Constructor Detail

      • ProjectCollectionMember

        public ProjectCollectionMember()
        Default constructor
      • ProjectCollectionMember

        public ProjectCollectionMember​(ProjectCollectionMember template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getProperties

        public ProjectProperties getProperties()
        Return the properties of the project.
        Returns:
        properties
      • setProperties

        public void setProperties​(ProjectProperties properties)
        Set up the project properties.
        Parameters:
        properties - properties
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class CollectionMemberHeader
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison