org.jdiagnose.remote.provider
Class DefaultSystemHolder

java.lang.Object
  extended byorg.jdiagnose.remote.provider.DefaultSystemHolder
All Implemented Interfaces:
SystemHolder

public class DefaultSystemHolder
extends java.lang.Object
implements SystemHolder

Author:
jmccrindle

Constructor Summary
DefaultSystemHolder()
           
 
Method Summary
 java.lang.String getDescription(java.util.Locale locale)
           
 java.lang.String getId()
           
 RemoteSystem getRemoteSystem()
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.String id)
           
 void setRemoteSystem(RemoteSystem remoteSystem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSystemHolder

public DefaultSystemHolder()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface SystemHolder

getDescription

public java.lang.String getDescription(java.util.Locale locale)
Specified by:
getDescription in interface SystemHolder

getRemoteSystem

public RemoteSystem getRemoteSystem()
Specified by:
getRemoteSystem in interface SystemHolder

setDescription

public void setDescription(java.lang.String description)

setId

public void setId(java.lang.String id)

setRemoteSystem

public void setRemoteSystem(RemoteSystem remoteSystem)


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.