org.ow2.dragon.api.to.deployment
Class StandardTO

java.lang.Object
  extended by 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

Constructor Summary
StandardTO()
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getId()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.lang.String getNotes()
           
 java.lang.String getOriginating()
           
 java.lang.String getReleaseNr()
           
 void setCategory(java.lang.String category)
           
 void setId(java.lang.String id)
           
 void setLocation(java.lang.String location)
           
 void setName(java.lang.String name)
           
 void setNotes(java.lang.String notes)
           
 void setOriginating(java.lang.String originating)
           
 void setReleaseNr(java.lang.String releaseNr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardTO

public StandardTO()
Method Detail

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.