edu.indiana.dlib.metsnav.data
Class NavigationObject

java.lang.Object
  extended by edu.indiana.dlib.metsnav.data.NavigationObject
All Implemented Interfaces:
Serializable

public class NavigationObject
extends Object
implements Serializable

A single object that will be displayed on one page

Author:
David Jiao
See Also:
Serialized Form

Constructor Summary
NavigationObject()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 Division getLogicalStruct()
           
 ArrayList getPhysicalStruct()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setLogicalStruct(Division logicalStruct)
           
 void setPhysicalStruct(ArrayList physicalStruct)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationObject

public NavigationObject()
Method Detail

getDescription

public String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(String description)
Parameters:
description - The description to set.

getId

public String getId()
Returns:
Returns the id.

setId

public void setId(String id)
Parameters:
id - The id to set.

getLogicalStruct

public Division getLogicalStruct()
Returns:
Returns the logicalStruct.

setLogicalStruct

public void setLogicalStruct(Division logicalStruct)
Parameters:
logicalStruct - The logicalStruct to set.

getPhysicalStruct

public ArrayList getPhysicalStruct()
Returns:
Returns the physicalStruct.

setPhysicalStruct

public void setPhysicalStruct(ArrayList physicalStruct)
Parameters:
physicalStruct - The physicalStruct to set.


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.