public class DomainObjectRefData
extends java.lang.Object
Java class for domainObjectRefData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="domainObjectRefData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jndiname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="created" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="created-by" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="member-role" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="last-modified" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="last-modified-by" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="domain-object-identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pageid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="portletid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="guid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="owned" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{}update use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
alias |
protected java.lang.String |
created |
protected java.lang.String |
createdBy |
protected java.lang.String |
domainObjectIdentifier |
protected java.lang.String |
guid |
protected java.lang.String |
jndiname |
protected java.lang.String |
lastModified |
protected java.lang.String |
lastModifiedBy |
protected java.lang.String |
memberRole |
protected java.lang.Boolean |
owned |
protected java.lang.String |
pageid |
protected java.lang.String |
path |
protected java.lang.String |
portletid |
protected java.lang.String |
source |
protected java.lang.String |
type |
protected UpdateValues |
update |
protected java.lang.String |
uri |
| Constructor and Description |
|---|
DomainObjectRefData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getCreated()
Gets the value of the created property.
|
java.lang.String |
getCreatedBy()
Gets the value of the createdBy property.
|
java.lang.String |
getDomainObjectIdentifier()
Gets the value of the domainObjectIdentifier property.
|
java.lang.String |
getGuid()
Gets the value of the guid property.
|
java.lang.String |
getJndiname()
Gets the value of the jndiname property.
|
java.lang.String |
getLastModified()
Gets the value of the lastModified property.
|
java.lang.String |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
java.lang.String |
getMemberRole()
Gets the value of the memberRole property.
|
java.lang.String |
getPageid()
Gets the value of the pageid property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
java.lang.String |
getPortletid()
Gets the value of the portletid property.
|
java.lang.String |
getSource()
Gets the value of the source property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
java.lang.String |
getUri()
Gets the value of the uri property.
|
java.lang.Boolean |
isOwned()
Gets the value of the owned property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setCreated(java.lang.String value)
Sets the value of the created property.
|
void |
setCreatedBy(java.lang.String value)
Sets the value of the createdBy property.
|
void |
setDomainObjectIdentifier(java.lang.String value)
Sets the value of the domainObjectIdentifier property.
|
void |
setGuid(java.lang.String value)
Sets the value of the guid property.
|
void |
setJndiname(java.lang.String value)
Sets the value of the jndiname property.
|
void |
setLastModified(java.lang.String value)
Sets the value of the lastModified property.
|
void |
setLastModifiedBy(java.lang.String value)
Sets the value of the lastModifiedBy property.
|
void |
setMemberRole(java.lang.String value)
Sets the value of the memberRole property.
|
void |
setOwned(java.lang.Boolean value)
Sets the value of the owned property.
|
void |
setPageid(java.lang.String value)
Sets the value of the pageid property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setPortletid(java.lang.String value)
Sets the value of the portletid property.
|
void |
setSource(java.lang.String value)
Sets the value of the source property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
void |
setUri(java.lang.String value)
Sets the value of the uri property.
|
protected java.lang.String alias
protected java.lang.String jndiname
protected java.lang.String path
protected java.lang.String source
protected java.lang.String created
protected java.lang.String createdBy
protected java.lang.String memberRole
protected java.lang.String lastModified
protected java.lang.String lastModifiedBy
protected java.lang.String domainObjectIdentifier
protected java.lang.String pageid
protected java.lang.String portletid
protected java.lang.String type
protected java.lang.String uri
protected java.lang.String guid
protected java.lang.Boolean owned
protected UpdateValues update
public java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJndiname()
Stringpublic void setJndiname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreated()
Stringpublic void setCreated(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreatedBy()
Stringpublic void setCreatedBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMemberRole()
Stringpublic void setMemberRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastModified()
Stringpublic void setLastModified(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastModifiedBy()
Stringpublic void setLastModifiedBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomainObjectIdentifier()
Stringpublic void setDomainObjectIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPageid()
Stringpublic void setPageid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPortletid()
Stringpublic void setPortletid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGuid()
Stringpublic void setGuid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isOwned()
Booleanpublic void setOwned(java.lang.Boolean value)
value - allowed object is
Booleanpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues