com.sage.accpac.sm
Class Icon

java.lang.Object
  extended by com.sage.accpac.sm.Icon

public class Icon
extends java.lang.Object

A class that represents Accpac startup icon.


Constructor Summary
Icon(java.lang.String id, java.lang.String objectID)
          construct an Icon object
 
Method Summary
 java.lang.String getID()
          Get the icon's ID
 java.lang.String getObjectID()
          Get the icon's object ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Icon

public Icon(java.lang.String id,
            java.lang.String objectID)
construct an Icon object

Parameters:
id - the icon's ID
objectID - the icon's object ID
Method Detail

getID

public java.lang.String getID()
Get the icon's ID

Returns:
the icon's ID that can never be null

getObjectID

public java.lang.String getObjectID()
Get the icon's object ID

Returns:
the icon's object ID that could be null


Copyright © 2011 Sage Software, Inc. All rights reserved.