@Entity public class Tool extends Object implements Serializable, Comparable<Tool>
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ALL_PLATFORMS  | 
static int | 
ANDROID  | 
static int | 
ANY  | 
static int | 
BLACKBERRY  | 
static int | 
IOS  | 
static int | 
NATIVE  | 
static int | 
NON_NATIVE  | 
static int | 
UNDEFINED_REQUISITES  | 
static int | 
WINDOWS_PHONE  | 
| Constructor and Description | 
|---|
Tool()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(Tool that)  | 
boolean | 
equals(Object that)  | 
Long | 
getAclPublishingId()
Gets the aclPublishingId for this  
Tool. | 
Long | 
getAclViewingId()
Gets the aclViewingId for this  
Tool. | 
String | 
getAlias()
Gets the alias for this  
Tool. | 
String | 
getBadgeCount()
Gets the badgeCount for this  
Tool. | 
String | 
getBadgeText()
Gets the badgeText for this  
Tool. | 
String | 
getContacts()
Gets the contacts for this  
Tool. | 
String | 
getDescription()
Gets the description for this  
Tool. | 
String | 
getIconUrl()
Gets the iconUrl for this  
Tool. | 
String | 
getKeywords()
Gets the keywords for this  
Tool. | 
AclExpression | 
getPublishingPermission()
Gets the publishingPermission for this  
Tool. | 
int | 
getRequisites()
Gets the requisites for this  
Tool. | 
String | 
getSubtitle()
Gets the subtitle for this  
Tool. | 
String | 
getTitle()
Gets the title for this  
Tool. | 
Long | 
getToolId()
Gets the toolId for this  
Tool. | 
String | 
getUrl()
Gets the url for this  
Tool. | 
Long | 
getVersionNumber()
Gets the versionNumber for this  
Tool. | 
AclExpression | 
getViewingPermission()
Gets the viewingPermission for this  
Tool. | 
void | 
setAclPublishingId(Long aclPublishingId)
Sets the aclPublishingId for this  
Tool. | 
void | 
setAclViewingId(Long aclViewingId)
Sets the aclViewingId for this  
Tool. | 
void | 
setAlias(String alias)
Sets the alias for this  
Tool. | 
void | 
setBadgeCount(String badgeCount)
Sets the badgeCount for this  
Tool. | 
void | 
setBadgeText(String badgeText)
Sets the badgeText for this  
Tool. | 
void | 
setContacts(String contacts)
Sets the contacts for this  
Tool. | 
void | 
setDescription(String description)
Sets the description for this  
Tool. | 
void | 
setIconUrl(String iconUrl)
Sets the iconUrl for this  
Tool. | 
void | 
setKeywords(String keywords)
Sets the keywords for this  
Tool. | 
void | 
setPublishingPermission(AclExpression publishingPermission)
Sets the publishingPermission for this  
Tool. | 
void | 
setRequisites(int requisites)
Sets the requisites for this  
Tool. | 
void | 
setSubtitle(String subtitle)
Sets the subtitle for this  
Tool. | 
void | 
setTitle(String title)
Sets the title for this  
Tool. | 
void | 
setToolId(Long toolId)
Sets the toolId for this  
Tool. | 
void | 
setUrl(String url)
Sets the url for this  
Tool. | 
void | 
setVersionNumber(Long versionNumber)
Sets the versionNumber for this  
Tool. | 
void | 
setViewingPermission(AclExpression viewingPermission)
Sets the viewingPermission for this  
Tool. | 
String | 
toJson()  | 
public static final int UNDEFINED_REQUISITES
public static final int NATIVE
public static final int IOS
public static final int ANDROID
public static final int WINDOWS_PHONE
public static final int BLACKBERRY
public static final int NON_NATIVE
public static final int ALL_PLATFORMS
public static final int ANY
public Tool()
public void setToolId(Long toolId)
Tool.toolId - the toolId to setpublic void setAlias(String alias)
Tool.alias - the alias to setpublic void setTitle(String title)
Tool.title - the title to setpublic String getDescription()
Tool.public void setDescription(String description)
Tool.description - the description to setpublic String getBadgeCount()
Tool.public void setBadgeCount(String badgeCount)
Tool.badgeCount - the badgeCount to setpublic String getIconUrl()
Tool.public void setIconUrl(String iconUrl)
Tool.iconUrl - the iconUrl to setpublic Long getVersionNumber()
Tool.public void setVersionNumber(Long versionNumber)
Tool.versionNumber - the versionNumber to setpublic int compareTo(Tool that)
compareTo in interface Comparable<Tool>public String getContacts()
Tool.public void setContacts(String contacts)
Tool.contacts - the contacts to setpublic int getRequisites()
Tool.public void setRequisites(int requisites)
Tool.requisites - the requisites to setpublic String getSubtitle()
Tool.public void setSubtitle(String subtitle)
Tool.subtitle - the subtitle to setpublic String getKeywords()
Tool.public void setKeywords(String keywords)
Tool.keywords - the keywords to setpublic String getBadgeText()
Tool.public void setBadgeText(String badgeText)
Tool.badgeText - the badgeText to setpublic Long getAclViewingId()
Tool.public void setAclViewingId(Long aclViewingId)
Tool.aclViewingId - the aclViewingId to setpublic Long getAclPublishingId()
Tool.public void setAclPublishingId(Long aclPublishingId)
Tool.aclPublishingId - the aclPublishingId to setpublic AclExpression getViewingPermission()
Tool.public void setViewingPermission(AclExpression viewingPermission)
Tool.viewingPermission - the viewingPermission to setpublic AclExpression getPublishingPermission()
Tool.public void setPublishingPermission(AclExpression publishingPermission)
Tool.publishingPermission - the publishingPermission to setCopyright © 2011-2014 The Kuali Foundation. All Rights Reserved.