public class WsEventType extends Object
WsActivity
Constructor and Description |
---|
WsEventType() |
WsEventType(Long id) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the event type's description.
|
Long |
getId()
Gets the event type's id.
|
String |
getName()
Gets the event type's name.
|
void |
setDescription(String description)
Sets the event type's description.
|
void |
setId(Long id)
Sets the event type's id.
|
void |
setName(String name)
Sets the event type's name.
|
String |
toString()
Gets a string representation of this event type.
|
public WsEventType()
public WsEventType(Long id)
public Long getId()
public void setId(Long id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.