@Exported public class ApplicationBean extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="shortdescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdby" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="updatedby" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createddate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updateddate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconurl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconurlhover" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconurlclick" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconurlactive" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="layouttype" type="{http://www.fatwire.com/schema/rest/1.0}layoutTypeEnum" minOccurs="0"/>
<element name="layouturl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="views" type="{http://www.fatwire.com/schema/rest/1.0}view" maxOccurs="unbounded" minOccurs="0"/>
<element name="sites" type="{http://www.fatwire.com/schema/rest/1.0}siteRoles" maxOccurs="unbounded" minOccurs="0"/>
<element name="parentid" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="systemapplication" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdby |
protected Date |
createddate |
protected String |
description |
protected String |
iconurl |
protected String |
iconurlactive |
protected String |
iconurlclick |
protected String |
iconurlhover |
protected long |
id |
protected LayoutTypeEnum |
layouttype |
protected String |
layouturl |
protected String |
name |
protected Long |
parentid |
protected String |
shortdescription |
protected List<SiteRoles> |
sites |
protected boolean |
systemapplication |
protected String |
tooltip |
protected String |
updatedby |
protected Date |
updateddate |
protected List<View> |
views |
| Constructor and Description |
|---|
ApplicationBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedby()
Gets the value of the createdby property.
|
Date |
getCreateddate()
Gets the value of the createddate property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getIconurl()
Gets the value of the iconurl property.
|
String |
getIconurlactive()
Gets the value of the iconurlactive property.
|
String |
getIconurlclick()
Gets the value of the iconurlclick property.
|
String |
getIconurlhover()
Gets the value of the iconurlhover property.
|
long |
getId()
Gets the value of the id property.
|
LayoutTypeEnum |
getLayouttype()
Gets the value of the layouttype property.
|
String |
getLayouturl()
Gets the value of the layouturl property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getParentid()
Gets the value of the parentid property.
|
String |
getShortdescription()
Gets the value of the shortdescription property.
|
List<SiteRoles> |
getSites()
Gets the value of the sites property.
|
String |
getTooltip()
Gets the value of the tooltip property.
|
String |
getUpdatedby()
Gets the value of the updatedby property.
|
Date |
getUpdateddate()
Gets the value of the updateddate property.
|
List<View> |
getViews()
Gets the value of the views property.
|
boolean |
isSystemapplication()
Gets the value of the systemapplication property.
|
void |
setCreatedby(String value)
Sets the value of the createdby property.
|
void |
setCreateddate(Date value)
Sets the value of the createddate property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIconurl(String value)
Sets the value of the iconurl property.
|
void |
setIconurlactive(String value)
Sets the value of the iconurlactive property.
|
void |
setIconurlclick(String value)
Sets the value of the iconurlclick property.
|
void |
setIconurlhover(String value)
Sets the value of the iconurlhover property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLayouttype(LayoutTypeEnum value)
Sets the value of the layouttype property.
|
void |
setLayouturl(String value)
Sets the value of the layouturl property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParentid(Long value)
Sets the value of the parentid property.
|
void |
setShortdescription(String value)
Sets the value of the shortdescription property.
|
void |
setSystemapplication(boolean value)
Sets the value of the systemapplication property.
|
void |
setTooltip(String value)
Sets the value of the tooltip property.
|
void |
setUpdatedby(String value)
Sets the value of the updatedby property.
|
void |
setUpdateddate(Date value)
Sets the value of the updateddate property.
|
protected long id
protected String name
protected String description
protected String shortdescription
protected String createdby
protected String updatedby
protected Date createddate
protected Date updateddate
protected String tooltip
protected String iconurl
protected String iconurlhover
protected String iconurlclick
protected String iconurlactive
protected LayoutTypeEnum layouttype
protected String layouturl
protected Long parentid
protected boolean systemapplication
public long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getShortdescription()
Stringpublic void setShortdescription(String value)
value - allowed object is
Stringpublic String getCreatedby()
Stringpublic void setCreatedby(String value)
value - allowed object is
Stringpublic String getUpdatedby()
Stringpublic void setUpdatedby(String value)
value - allowed object is
Stringpublic Date getCreateddate()
Stringpublic void setCreateddate(Date value)
value - allowed object is
Stringpublic Date getUpdateddate()
Stringpublic void setUpdateddate(Date value)
value - allowed object is
Stringpublic String getTooltip()
Stringpublic void setTooltip(String value)
value - allowed object is
Stringpublic String getIconurl()
Stringpublic void setIconurl(String value)
value - allowed object is
Stringpublic String getIconurlhover()
Stringpublic void setIconurlhover(String value)
value - allowed object is
Stringpublic String getIconurlclick()
Stringpublic void setIconurlclick(String value)
value - allowed object is
Stringpublic String getIconurlactive()
Stringpublic void setIconurlactive(String value)
value - allowed object is
Stringpublic LayoutTypeEnum getLayouttype()
LayoutTypeEnumpublic void setLayouttype(LayoutTypeEnum value)
value - allowed object is
LayoutTypeEnumpublic String getLayouturl()
Stringpublic void setLayouturl(String value)
value - allowed object is
Stringpublic List<View> getViews()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the views property.
For example, to add a new item, do as follows:
getViews().add(newItem);
Objects of the following type(s) are allowed in the list
View
public List<SiteRoles> getSites()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sites property.
For example, to add a new item, do as follows:
getSites().add(newItem);
Objects of the following type(s) are allowed in the list
SiteRoles
public Long getParentid()
Longpublic void setParentid(Long value)
value - allowed object is
Longpublic boolean isSystemapplication()
public void setSystemapplication(boolean value)