Class EventType
- java.lang.Object
-
- br.com.juno.integration.api.model.BaseModel
-
- br.com.juno.integration.api.model.EventType
-
- All Implemented Interfaces:
Serializable
public class EventType extends BaseModel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventType.EventStatus
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetName()EventType.EventStatusgetStatus()protected voidsetLabel(String label)protected voidsetName(String name)protected voidsetStatus(EventType.EventStatus status)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getLabel
public String getLabel()
-
getStatus
public EventType.EventStatus getStatus()
-
setName
protected void setName(String name)
-
setLabel
protected void setLabel(String label)
-
setStatus
protected void setStatus(EventType.EventStatus status)
-
-