com.apelon.dts.common
Class NavContextTransferObject

java.lang.Object
  extended by com.apelon.dts.common.DTSTransferObject
      extended by com.apelon.dts.common.NavContextTransferObject

public class NavContextTransferObject
extends DTSTransferObject

Title: NavContextTransferObject

Description:

Copyright: Copyright (c) 2005

Company: Apelon Inc.

Since:
3.4.0
Version:
DTS 3.4.0
Author:
Apelon Inc.

Constructor Summary
NavContextTransferObject()
           
NavContextTransferObject(int id, String code, String name, int namespaceId)
           
 
Method Summary
 DTSTransferObject[] getChildren()
           
 DTSTransferObject[] getParent()
           
 boolean isHasSubs()
           
 boolean isHasSups()
           
 void setChildren(DTSTransferObject[] children)
           
 void setHasSubs(boolean hasSubs)
           
 void setHasSups(boolean hasSups)
           
 void setParent(DTSTransferObject[] parent)
           
 
Methods inherited from class com.apelon.dts.common.DTSTransferObject
getCode, getId, getName, getNamespaceId, setCode, setId, setName, setNamespaceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavContextTransferObject

public NavContextTransferObject()

NavContextTransferObject

public NavContextTransferObject(int id,
                                String code,
                                String name,
                                int namespaceId)
Method Detail

isHasSups

public boolean isHasSups()

setHasSups

public void setHasSups(boolean hasSups)

isHasSubs

public boolean isHasSubs()

setHasSubs

public void setHasSubs(boolean hasSubs)

setChildren

public void setChildren(DTSTransferObject[] children)

getChildren

public DTSTransferObject[] getChildren()

setParent

public void setParent(DTSTransferObject[] parent)

getParent

public DTSTransferObject[] getParent()


Copyright © 2011. All Rights Reserved.