Class ProjectDto
java.lang.Object
org.qubership.atp.environments.model.impl.AbstractIdentified
org.qubership.atp.environments.model.impl.AbstractNamed
org.qubership.atp.environments.model.impl.AbstractDescribed
org.qubership.atp.environments.model.impl.AbstractCreatedModified
org.qubership.atp.environments.service.rest.server.dto.ProjectDto
- All Implemented Interfaces:
Serializable,CreatedModified,Described,Identified,Named
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.environments.model.impl.AbstractCreatedModified
created, createdBy, modified, modifiedByFields inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
descriptionFields inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnvironment(Collection<EnvironmentDto> environment) voidsetShortName(String shortName) Methods inherited from class org.qubership.atp.environments.model.impl.AbstractCreatedModified
getCreated, getCreatedBy, getModified, getModifiedBy, setCreated, setCreatedBy, setModified, setModifiedByMethods inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
getDescription, setDescriptionMethods inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.environments.model.Identified
getId, isParent, setId
-
Constructor Details
-
ProjectDto
public ProjectDto()
-
-
Method Details
-
getEnvironments
-
setEnvironment
-
getShortName
-
setShortName
-