|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UiEdit
The main model object for editing actions. Java content class for ui-edit complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/ui.xsd line 64)
<complexType name="ui-edit">
<complexContent>
<extension base="{http://msqr.us/xsd/matte}ui-base">
<sequence>
<element name="album" type="{http://msqr.us/xsd/matte}album" minOccurs="0"/>
<element name="collection" type="{http://msqr.us/xsd/matte}collection" minOccurs="0"/>
<element name="user" type="{http://msqr.us/xsd/matte}user" minOccurs="0"/>
<element name="theme" type="{http://msqr.us/xsd/matte}theme" minOccurs="0"/>
</sequence>
<attribute name="ignoreWarnings" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="refresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
Album |
getAlbum()
Gets the value of the album property. |
Collection |
getCollection()
Gets the value of the collection property. |
Theme |
getTheme()
Gets the value of the theme property. |
User |
getUser()
Gets the value of the user property. |
boolean |
isIgnoreWarnings()
Gets the value of the ignoreWarnings property. |
boolean |
isRefresh()
Gets the value of the refresh property. |
void |
setAlbum(Album value)
Sets the value of the album property. |
void |
setCollection(Collection value)
Sets the value of the collection property. |
void |
setIgnoreWarnings(boolean value)
Sets the value of the ignoreWarnings property. |
void |
setRefresh(boolean value)
Sets the value of the refresh property. |
void |
setTheme(Theme value)
Sets the value of the theme property. |
void |
setUser(User value)
Sets the value of the user property. |
| Methods inherited from interface magoffin.matt.ma2.domain.UiBase |
|---|
getMode, getUiMetadata, setMode |
| Method Detail |
|---|
Album getAlbum()
Albumvoid setAlbum(Album value)
value - allowed object is
AlbumTheme getTheme()
Themevoid setTheme(Theme value)
value - allowed object is
ThemeCollection getCollection()
Collectionvoid setCollection(Collection value)
value - allowed object is
CollectionUser getUser()
Uservoid setUser(User value)
value - allowed object is
Userboolean isIgnoreWarnings()
void setIgnoreWarnings(boolean value)
boolean isRefresh()
void setRefresh(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||