com.sage.accpac.sm
Class Organization
java.lang.Object
com.sage.accpac.sm.Organization
@Immutable
@ThreadSafe
public class Organization
- extends java.lang.Object
The Organization
class represents an organization as listed in a
SharedDataSet
. You cannot create an instance of this class yourself;
you can only get one from a SharedDataSet
using one of the
methods mentioned below.
An instance of the class is immutable, showing the state at the time it was
created by the appropriate call.
- See Also:
Organizations.get(int)
,
Organizations.iterator()
,
SharedDataSet.getOrganization(String)
- Thread safety
- Immutable and therefore thread-safe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getID
public java.lang.String getID()
getName
public java.lang.String getName()
getSystemID
public java.lang.String getSystemID()
getType
public Organization.OrganizationType getType()
isSecurityEnabled
public boolean isSecurityEnabled()
Copyright © 2010 Sage Software, Inc. All rights reserved.