org.rhq.enterprise.server.rest.domain
Class EventSourceRest

java.lang.Object
  extended by org.rhq.enterprise.server.rest.domain.EventSourceRest

public class EventSourceRest
extends Object

An EventSource

Author:
Heiko W. Rupp

Constructor Summary
EventSourceRest()
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 int getId()
           
 String getLocation()
           
 String getName()
           
 int getResourceId()
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setId(int id)
           
 void setLocation(String location)
           
 void setName(String name)
           
 void setResourceId(int resourceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventSourceRest

public EventSourceRest()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()

setName

public void setName(String name)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getResourceId

public int getResourceId()

setResourceId

public void setResourceId(int resourceId)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.