public abstract class OrgBasicEntity
extends java.lang.Object
OrgBasicEntity abstract class wraps various attributes about the organization.| Modifier and Type | Method and Description |
|---|---|
abstract int |
orgId()
Returns an int of the identification number of the organization.
|
abstract java.lang.String |
orgName()
Returns a String of the name of the organization.
|
abstract boolean |
requireLogin()
Returns a boolean that represents whether or not a login is required.
|
public abstract int orgId()
public abstract java.lang.String orgName()
public abstract boolean requireLogin()
true if login is required;
false otherwise.