Package com.jamasoftware.velocity.api
Interface Organization
-
- All Superinterfaces:
DomainObject
public interface Organization extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBaseUrl()
java.lang.Boolean
getClosed()
java.lang.String
getDescription()
java.lang.Integer
getLicenseMessage()
java.lang.String
getName()
java.lang.String
getRedirectUrl()
java.lang.String
getReturnEmail()
java.lang.String
getSubdomain()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getClosed
java.lang.Boolean getClosed()
-
getLicenseMessage
java.lang.Integer getLicenseMessage()
-
getBaseUrl
java.lang.String getBaseUrl()
-
getDescription
java.lang.String getDescription()
-
getName
java.lang.String getName()
-
getRedirectUrl
java.lang.String getRedirectUrl()
-
getReturnEmail
java.lang.String getReturnEmail()
-
getSubdomain
java.lang.String getSubdomain()
-
-