|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.graph.model.type.AbstractResourceValue
pl.psnc.expres.model.resource.ResourceValue
public class ResourceValue
ResourceValue
class - resource value description (value object).
Constructor Summary | |
---|---|
ResourceValue()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
getAbbreviation()
Get value of the property: abbreviation |
java.lang.String |
getDataLocation()
Get value of field: dataLocation |
java.lang.String |
getDescription()
|
java.lang.String |
getHostname()
Get value of field: hostname |
int |
getId()
Get value of field: id |
java.lang.String |
getMeasurementServiceLocation()
Get value of field: measurementServiceLocation |
java.lang.String |
getName()
|
java.lang.String |
getNotificationService()
Get location of notification service |
java.lang.String |
getServiceLocation()
Get value of field: serviceLocation |
pl.psnc.graph.model.type.IResourceTypeInfo |
getType()
|
int |
getTypeId()
Get value of field: typeId |
boolean |
isReady()
Get value of field: isReady |
void |
setAbbreviation(java.lang.String abbreviation)
Set value of the property: abbreviation |
void |
setDataLocation(java.lang.String dataLocation)
Set value of field: dataLocation |
void |
setDescription(java.lang.String description)
Set value of field: description |
void |
setHostname(java.lang.String hostname)
Set value of field: hostname |
void |
setId(int id)
Set value of field: id |
void |
setMeasurementServiceLocation(java.lang.String measurementServiceLocation)
Set value of field: measurementServiceLocation |
void |
setName(java.lang.String name)
Set value of field: name |
void |
setNotificationService(java.lang.String notificationService)
Set location of notification service |
void |
setReady(boolean isReady)
Set value of field: isReady |
void |
setServiceLocation(java.lang.String serviceLocation)
Set value of field: serviceLocation |
void |
setTypeId(int typeId)
Set value of field: typeId |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceValue()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public java.lang.String getAbbreviation()
public java.lang.String getDataLocation()
public java.lang.String getDescription()
getDescription
in interface pl.psnc.graph.model.type.IResourceDecorator
public java.lang.String getHostname()
public int getId()
getId
in interface pl.psnc.graph.model.type.IResourceDecorator
public java.lang.String getMeasurementServiceLocation()
public java.lang.String getName()
getName
in interface pl.psnc.graph.model.type.IResourceDecorator
public java.lang.String getNotificationService()
public java.lang.String getServiceLocation()
public pl.psnc.graph.model.type.IResourceTypeInfo getType()
getType
in interface pl.psnc.graph.model.type.IResourceDecorator
public int getTypeId()
public void setAbbreviation(java.lang.String abbreviation)
abbreviation
- the abbreviation to setpublic void setDataLocation(java.lang.String dataLocation)
dataLocation
- the dataLocation to setpublic void setDescription(java.lang.String description)
description
- the description to setpublic void setHostname(java.lang.String hostname)
hostname
- the hostname to setpublic void setId(int id)
id
- the id to setpublic void setMeasurementServiceLocation(java.lang.String measurementServiceLocation)
measurementServiceLocation
- the measurementServiceLocation to setpublic void setName(java.lang.String name)
name
- the name to setpublic void setNotificationService(java.lang.String notificationService)
notificationService
- location of notification servicepublic void setServiceLocation(java.lang.String serviceLocation)
serviceLocation
- the serviceLocation to setpublic void setTypeId(int typeId)
typeId
- the typeId to setpublic boolean isReady()
public void setReady(boolean isReady)
isReady
- the isReady to setpublic java.lang.String toString()
toString
in class java.lang.Object
|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |