net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl
Class DecorationModelImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl.DecorationModelImpl
All Implemented Interfaces:
Serializable, Cloneable, DecorationModel

public class DecorationModelImpl
extends Object
implements Serializable, Cloneable, DecorationModel

See Also:
Serialized Form

Nested Class Summary
static class DecorationModelImpl.CustomImpl
           
static class DecorationModelImpl.PoweredByImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.DecorationModel
DecorationModel.Custom, DecorationModel.PoweredBy
 
Field Summary
protected  BannerImpl bannerLeft
           
protected  BannerImpl bannerRight
           
protected  BodyImpl body
           
protected  DecorationModelImpl.CustomImpl custom
           
protected  String name
           
protected  DecorationModelImpl.PoweredByImpl poweredBy
           
protected  PublishDateImpl publishDate
           
protected  SkinImpl skin
           
protected  VersionImpl version
           
 
Constructor Summary
DecorationModelImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl.DecorationModelImpl instance.
DecorationModelImpl(DecorationModelImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl.DecorationModelImpl instance by copying a given instance.
 
Method Summary
 DecorationModelImpl clone()
          Creates and returns a copy of this object.
 Banner getBannerLeft()
          Gets the value of the bannerLeft property.
 Banner getBannerRight()
          Gets the value of the bannerRight property.
 Body getBody()
          Gets the value of the body property.
 DecorationModel.Custom getCustom()
          Gets the value of the custom property.
 String getName()
          Gets the value of the name property.
 DecorationModel.PoweredBy getPoweredBy()
          Gets the value of the poweredBy property.
 PublishDate getPublishDate()
          Gets the value of the publishDate property.
 Skin getSkin()
          Gets the value of the skin property.
 Version getVersion()
          Gets the value of the version property.
 void setBannerLeft(Banner value)
          Sets the value of the bannerLeft property.
 void setBannerRight(Banner value)
          Sets the value of the bannerRight property.
 void setBody(Body value)
          Sets the value of the body property.
 void setCustom(DecorationModel.Custom value)
          Sets the value of the custom property.
 void setName(String value)
          Sets the value of the name property.
 void setPoweredBy(DecorationModel.PoweredBy value)
          Sets the value of the poweredBy property.
 void setPublishDate(PublishDate value)
          Sets the value of the publishDate property.
 void setSkin(Skin value)
          Sets the value of the skin property.
 void setVersion(Version value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bannerLeft

protected BannerImpl bannerLeft

bannerRight

protected BannerImpl bannerRight

publishDate

protected PublishDateImpl publishDate

version

protected VersionImpl version

poweredBy

protected DecorationModelImpl.PoweredByImpl poweredBy

skin

protected SkinImpl skin

body

protected BodyImpl body

custom

protected DecorationModelImpl.CustomImpl custom

name

protected String name
Constructor Detail

DecorationModelImpl

public DecorationModelImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl.DecorationModelImpl instance.


DecorationModelImpl

public DecorationModelImpl(DecorationModelImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl.DecorationModelImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getBannerLeft

public Banner getBannerLeft()
Description copied from interface: DecorationModel
Gets the value of the bannerLeft property.

Specified by:
getBannerLeft in interface DecorationModel
Returns:
possible object is Banner

setBannerLeft

public void setBannerLeft(Banner value)
Description copied from interface: DecorationModel
Sets the value of the bannerLeft property.

Specified by:
setBannerLeft in interface DecorationModel
Parameters:
value - allowed object is Banner

getBannerRight

public Banner getBannerRight()
Description copied from interface: DecorationModel
Gets the value of the bannerRight property.

Specified by:
getBannerRight in interface DecorationModel
Returns:
possible object is Banner

setBannerRight

public void setBannerRight(Banner value)
Description copied from interface: DecorationModel
Sets the value of the bannerRight property.

Specified by:
setBannerRight in interface DecorationModel
Parameters:
value - allowed object is Banner

getPublishDate

public PublishDate getPublishDate()
Description copied from interface: DecorationModel
Gets the value of the publishDate property.

Specified by:
getPublishDate in interface DecorationModel
Returns:
possible object is PublishDate

setPublishDate

public void setPublishDate(PublishDate value)
Description copied from interface: DecorationModel
Sets the value of the publishDate property.

Specified by:
setPublishDate in interface DecorationModel
Parameters:
value - allowed object is PublishDate

getVersion

public Version getVersion()
Description copied from interface: DecorationModel
Gets the value of the version property.

Specified by:
getVersion in interface DecorationModel
Returns:
possible object is Version

setVersion

public void setVersion(Version value)
Description copied from interface: DecorationModel
Sets the value of the version property.

Specified by:
setVersion in interface DecorationModel
Parameters:
value - allowed object is Version

getPoweredBy

public DecorationModel.PoweredBy getPoweredBy()
Description copied from interface: DecorationModel
Gets the value of the poweredBy property.

Specified by:
getPoweredBy in interface DecorationModel
Returns:
possible object is DecorationModel.PoweredBy

setPoweredBy

public void setPoweredBy(DecorationModel.PoweredBy value)
Description copied from interface: DecorationModel
Sets the value of the poweredBy property.

Specified by:
setPoweredBy in interface DecorationModel
Parameters:
value - allowed object is DecorationModel.PoweredBy

getSkin

public Skin getSkin()
Description copied from interface: DecorationModel
Gets the value of the skin property.

Specified by:
getSkin in interface DecorationModel
Returns:
possible object is Skin

setSkin

public void setSkin(Skin value)
Description copied from interface: DecorationModel
Sets the value of the skin property.

Specified by:
setSkin in interface DecorationModel
Parameters:
value - allowed object is Skin

getBody

public Body getBody()
Description copied from interface: DecorationModel
Gets the value of the body property.

Specified by:
getBody in interface DecorationModel
Returns:
possible object is Body

setBody

public void setBody(Body value)
Description copied from interface: DecorationModel
Sets the value of the body property.

Specified by:
setBody in interface DecorationModel
Parameters:
value - allowed object is Body

getCustom

public DecorationModel.Custom getCustom()
Description copied from interface: DecorationModel
Gets the value of the custom property.

Specified by:
getCustom in interface DecorationModel
Returns:
possible object is DecorationModel.Custom

setCustom

public void setCustom(DecorationModel.Custom value)
Description copied from interface: DecorationModel
Sets the value of the custom property.

Specified by:
setCustom in interface DecorationModel
Parameters:
value - allowed object is DecorationModel.Custom

getName

public String getName()
Description copied from interface: DecorationModel
Gets the value of the name property.

Specified by:
getName in interface DecorationModel
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: DecorationModel
Sets the value of the name property.

Specified by:
setName in interface DecorationModel
Parameters:
value - allowed object is String

clone

public DecorationModelImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.