Class ConnectorEntity
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.planning.ConnectorEntity
- All Implemented Interfaces:
Serializable
Class representing a Connector Entity
Objects of this class are used inside the Planning class
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription of the ConnectorEntityidentifier of the ConnectorEntityinstance of the ConnectorEntitygetLabel()label of the ConnectorEntityvoidsetDescription(String description) voidsetIdentifier(String identifier) voidsetInstance(String instance) voidMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
ConnectorEntity
public ConnectorEntity()
-
-
Method Details
-
getIdentifier
identifier of the ConnectorEntity -
setIdentifier
-
getLabel
label of the ConnectorEntity -
setLabel
-
getDescription
description of the ConnectorEntity -
setDescription
-
getInstance
instance of the ConnectorEntity -
setInstance
-