magoffin.matt.ma2.domain
Interface Theme


public interface Theme

Java content class for theme 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/domain.xsd line 191)

 <complexType name="theme">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="owner" type="{http://msqr.us/xsd/matte}user" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="author-email" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="base-path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="creation-date" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="modify-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="theme-id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getAuthor()
          Gets the value of the author property.
 java.lang.String getAuthorEmail()
          Gets the value of the authorEmail property.
 java.lang.String getBasePath()
          Gets the value of the basePath property.
 java.util.Calendar getCreationDate()
          Gets the value of the creationDate property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.Calendar getModifyDate()
          Gets the value of the modifyDate property.
 java.lang.String getName()
          Gets the value of the name property.
 User getOwner()
          Gets the value of the owner property.
 java.lang.Long getThemeId()
          Gets the value of the themeId property.
 void setAuthor(java.lang.String value)
          Sets the value of the author property.
 void setAuthorEmail(java.lang.String value)
          Sets the value of the authorEmail property.
 void setBasePath(java.lang.String value)
          Sets the value of the basePath property.
 void setCreationDate(java.util.Calendar value)
          Sets the value of the creationDate property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setModifyDate(java.util.Calendar value)
          Sets the value of the modifyDate property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOwner(User value)
          Sets the value of the owner property.
 void setThemeId(java.lang.Long value)
          Sets the value of the themeId property.
 

Method Detail

getOwner

User getOwner()
Gets the value of the owner property.

Returns:
possible object is User

setOwner

void setOwner(User value)
Sets the value of the owner property.

Parameters:
value - allowed object is User

getBasePath

java.lang.String getBasePath()
Gets the value of the basePath property.

Returns:
possible object is String

setBasePath

void setBasePath(java.lang.String value)
Sets the value of the basePath property.

Parameters:
value - allowed object is String

getDescription

java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getThemeId

java.lang.Long getThemeId()
Gets the value of the themeId property.

Returns:
possible object is Long

setThemeId

void setThemeId(java.lang.Long value)
Sets the value of the themeId property.

Parameters:
value - allowed object is Long

getAuthor

java.lang.String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

void setAuthor(java.lang.String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getModifyDate

java.util.Calendar getModifyDate()
Gets the value of the modifyDate property.

Returns:
possible object is Calendar

setModifyDate

void setModifyDate(java.util.Calendar value)
Sets the value of the modifyDate property.

Parameters:
value - allowed object is Calendar

getAuthorEmail

java.lang.String getAuthorEmail()
Gets the value of the authorEmail property.

Returns:
possible object is String

setAuthorEmail

void setAuthorEmail(java.lang.String value)
Sets the value of the authorEmail property.

Parameters:
value - allowed object is String

getCreationDate

java.util.Calendar getCreationDate()
Gets the value of the creationDate property.

Returns:
possible object is Calendar

setCreationDate

void setCreationDate(java.util.Calendar value)
Sets the value of the creationDate property.

Parameters:
value - allowed object is Calendar