com.ds.fw.types
Class FwMenyItem

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

public class FwMenyItem
extends FwSimpleObject

See Also:
Serialized Form

Field Summary
 int id
           
 java.lang.String name
           
 int select
           
 int type
           
 java.lang.String URL
           
 int vtype
           
 
Constructor Summary
FwMenyItem()
           
 
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
 

Field Detail

name

public java.lang.String name

id

public int id

vtype

public int vtype

type

public int type

URL

public java.lang.String URL

select

public int select
Constructor Detail

FwMenyItem

public FwMenyItem()