Class ConnectorEntity
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.planning.ConnectorEntity
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectorEntity extends PlannerApiResource implements java.io.Serializable
Class representing a Connector EntityObjects of this class are used inside the Planning class
- See Also:
Planning, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()description of the ConnectorEntityjava.lang.StringgetIdentifier()identifier of the ConnectorEntityjava.lang.StringgetInstance()instance of the ConnectorEntityjava.lang.StringgetLabel()label of the ConnectorEntityvoidsetDescription(java.lang.String description)voidsetIdentifier(java.lang.String identifier)voidsetInstance(java.lang.String instance)voidsetLabel(java.lang.String label)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
identifier of the ConnectorEntity
-
setIdentifier
public void setIdentifier(java.lang.String identifier)
-
getLabel
public java.lang.String getLabel()
label of the ConnectorEntity
-
setLabel
public void setLabel(java.lang.String label)
-
getDescription
public java.lang.String getDescription()
description of the ConnectorEntity
-
setDescription
public void setDescription(java.lang.String description)
-
getInstance
public java.lang.String getInstance()
instance of the ConnectorEntity
-
setInstance
public void setInstance(java.lang.String instance)
-
-