public class MaxAppsInfo extends CachedObjectPointer
coRef, ref| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppName()
Get the application name
|
java.lang.String |
getAppType()
Get the application type
|
java.lang.String |
getCacheName() |
java.lang.String |
getCustAppType()
Get custom application type
|
java.lang.String |
getDescription()
Returns application description
|
java.lang.String |
getDescription(UserInfo ui)
Get the description in user info's language.
|
java.lang.String |
getLongDescription(UserInfo ui) |
java.lang.String |
getMainTable()
Get main table name
|
java.lang.String |
getOrderBy()
Get application order by
|
java.lang.String |
getOriginalApp()
Get original application name
|
java.util.Set |
getOsUsed() |
java.lang.String |
getRestrictions()
Get application restrictions
|
MaxAppsInfoBase |
getTypedReference()
Get reference to actual info object
|
boolean |
isLockEnabled() |
boolean |
isMAFMobileApp() |
boolean |
isMobile()
Is application mobile
|
void |
setOsUsed(java.util.Set set) |
getClonedInfo, getID, getParent, getReference, getReferenceForSet, isSameTenantAsReference, setID, setParent, setReference, setTenantReferencepublic boolean isMAFMobileApp()
public boolean isLockEnabled()
public java.lang.String getAppType()
public java.lang.String getAppName()
public java.lang.String getRestrictions()
public java.lang.String getOriginalApp()
public java.lang.String getMainTable()
public java.lang.String getOrderBy()
public java.lang.String getCustAppType()
public boolean isMobile()
public java.lang.String getDescription()
public MaxAppsInfoBase getTypedReference()
public java.util.Set getOsUsed()
public void setOsUsed(java.util.Set set)
public java.lang.String getDescription(UserInfo ui)
public java.lang.String getLongDescription(UserInfo ui)
public java.lang.String getCacheName()
getCacheName in class CachedObjectPointer