com.partnersoft.maps.app
Class MapViewState

java.lang.Object
  extended by com.partnersoft.maps.app.MapViewState

public class MapViewState
extends java.lang.Object

State for the MapViewLogic. Copyright 2003 Partner Software, Inc.


Constructor Summary
MapViewState()
           
 
Method Summary
 java.lang.Object clone()
           
 MapViewState copy()
           
 boolean equals(java.lang.Object nother)
           
 int getBaselineMillis()
          Gets the value of baselineMillis
 MapViewFrame getFrame()
          Gets the value of frame
 java.lang.String getLegendName()
          Gets the value of legendName
 void setBaselineMillis(int argBaselineMillis)
          Sets the value of baselineMillis
 void setFrame(MapViewFrame argFrame)
          Sets the value of frame
 void setLegendName(java.lang.String argLegendName)
          Sets the value of legendName
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapViewState

public MapViewState()
Method Detail

copy

public MapViewState copy()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object nother)
Overrides:
equals in class java.lang.Object

getLegendName

public java.lang.String getLegendName()
Gets the value of legendName

Returns:
the value of legendName

setLegendName

public void setLegendName(java.lang.String argLegendName)
Sets the value of legendName

Parameters:
argLegendName - Value to assign to this.legendName

getFrame

public MapViewFrame getFrame()
Gets the value of frame

Returns:
the value of frame

setFrame

public void setFrame(MapViewFrame argFrame)
Sets the value of frame

Parameters:
argFrame - Value to assign to this.frame

getBaselineMillis

public int getBaselineMillis()
Gets the value of baselineMillis

Returns:
the value of baselineMillis

setBaselineMillis

public void setBaselineMillis(int argBaselineMillis)
Sets the value of baselineMillis

Parameters:
argBaselineMillis - Value to assign to this.baselineMillis