magoffin.matt.ma2.domain
Interface UiEdit

All Superinterfaces:
UiBase
All Known Subinterfaces:
Edit

public interface UiEdit
extends UiBase

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

getAlbum

Album getAlbum()
Gets the value of the album property.

Returns:
possible object is Album

setAlbum

void setAlbum(Album value)
Sets the value of the album property.

Parameters:
value - allowed object is Album

getTheme

Theme getTheme()
Gets the value of the theme property.

Returns:
possible object is Theme

setTheme

void setTheme(Theme value)
Sets the value of the theme property.

Parameters:
value - allowed object is Theme

getCollection

Collection getCollection()
Gets the value of the collection property.

Returns:
possible object is Collection

setCollection

void setCollection(Collection value)
Sets the value of the collection property.

Parameters:
value - allowed object is Collection

getUser

User getUser()
Gets the value of the user property.

Returns:
possible object is User

setUser

void setUser(User value)
Sets the value of the user property.

Parameters:
value - allowed object is User

isIgnoreWarnings

boolean isIgnoreWarnings()
Gets the value of the ignoreWarnings property.


setIgnoreWarnings

void setIgnoreWarnings(boolean value)
Sets the value of the ignoreWarnings property.


isRefresh

boolean isRefresh()
Gets the value of the refresh property.


setRefresh

void setRefresh(boolean value)
Sets the value of the refresh property.