org.ow2.dragon.api.to.deployment
Class StandardTO
java.lang.Object
org.ow2.dragon.api.to.deployment.StandardTO
- Direct Known Subclasses:
- ProtocolTO, TransportTO
public class StandardTO
- extends java.lang.Object
This type gives a description of a standard like WS standards (SOAP etc.)
- Author:
- ambarthe - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardTO
public StandardTO()
getCategory
public java.lang.String getCategory()
- Returns:
- the category
getId
public java.lang.String getId()
- Returns:
- the id
getLocation
public java.lang.String getLocation()
- Returns:
- the location
getName
public java.lang.String getName()
- Returns:
- the name
getNotes
public java.lang.String getNotes()
- Returns:
- the notes
getOriginating
public java.lang.String getOriginating()
- Returns:
- the originating
getReleaseNr
public java.lang.String getReleaseNr()
- Returns:
- the releaseNr
setCategory
public void setCategory(java.lang.String category)
- Parameters:
category - the category to set
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
setLocation
public void setLocation(java.lang.String location)
- Parameters:
location - the location to set
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
setNotes
public void setNotes(java.lang.String notes)
- Parameters:
notes - the notes to set
setOriginating
public void setOriginating(java.lang.String originating)
- Parameters:
originating - the originating to set
setReleaseNr
public void setReleaseNr(java.lang.String releaseNr)
- Parameters:
releaseNr - the releaseNr to set
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.