com.jamasoftware.contour.ws.v3.domain
Class WsEventType

java.lang.Object
  extended by com.jamasoftware.contour.ws.v3.domain.WsEventType

public class WsEventType
extends java.lang.Object

This object represents an action type in Contour. These are used to define what type of event an activity is.

Author:
Dylan
See Also:
WsActivity

Constructor Summary
WsEventType()
           
WsEventType(java.lang.Long id)
           
 
Method Summary
 java.lang.String getDescription()
          Gets the event type's description.
 java.lang.Long getId()
          Gets the event type's id.
 java.lang.String getName()
          Gets the event type's name.
 void setDescription(java.lang.String description)
          Sets the event type's description.
 void setId(java.lang.Long id)
          Sets the event type's id.
 void setName(java.lang.String name)
          Sets the event type's name.
 java.lang.String toString()
          Gets a string representation of this event type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WsEventType

public WsEventType()

WsEventType

public WsEventType(java.lang.Long id)
Method Detail

getId

public java.lang.Long getId()
Gets the event type's id.

Returns:
the id

setId

public void setId(java.lang.Long id)
Sets the event type's id.

Parameters:
id - the id to set

getName

public java.lang.String getName()
Gets the event type's name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the event type's name.

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the event type's description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the event type's description.

Parameters:
description - the description to set

toString

public java.lang.String toString()
Gets a string representation of this event type.

Overrides:
toString in class java.lang.Object
Returns:
String


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.