net.sourceforge.fixagora.basis.client.model
Class BasisProperties

java.lang.Object
  extended by net.sourceforge.fixagora.basis.client.model.BasisProperties

public class BasisProperties
extends java.lang.Object

The Class BasisProperties.


Constructor Summary
BasisProperties()
          Instantiates a new basis properties.
 
Method Summary
 java.lang.String getLastHost()
          Gets the last host.
 java.lang.String getLastNameElement()
          Gets the last name element.
 java.lang.String getLastPortElement()
          Gets the last port element.
 void load()
          Load.
 void setLastHostElement(java.lang.String lastHost)
          Sets the last host element.
 void setLastName(java.lang.String lastName)
          Sets the last name.
 void setLastPortElement(java.lang.String lastPort)
          Sets the last port element.
 void store()
          Store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasisProperties

public BasisProperties()
Instantiates a new basis properties.

Method Detail

load

public void load()
Load.


getLastNameElement

public java.lang.String getLastNameElement()
Gets the last name element.

Returns:
the last name element

setLastName

public void setLastName(java.lang.String lastName)
Sets the last name.

Parameters:
lastName - the new last name

getLastHost

public java.lang.String getLastHost()
Gets the last host.

Returns:
the last host

setLastHostElement

public void setLastHostElement(java.lang.String lastHost)
Sets the last host element.

Parameters:
lastHost - the new last host element

getLastPortElement

public java.lang.String getLastPortElement()
Gets the last port element.

Returns:
the last port element

setLastPortElement

public void setLastPortElement(java.lang.String lastPort)
Sets the last port element.

Parameters:
lastPort - the new last port element

store

public void store()
Store.