com.ds.fw.co.sysbroker
Class FwCoFile

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.co.sysbroker.FwCoFile
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwCoFile
extends FwSimpleObject

See Also:
Serialized Form

Constructor Summary
FwCoFile()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String getUrl()
           
 void setName(java.lang.String n)
           
 void setType(java.lang.String n)
           
 void setUrl(java.lang.String n)
           
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FwCoFile

public FwCoFile()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String n)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String n)

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String n)