RichFaces Showcase 4.3.1.CR1

org.richfaces.demo.tree
Class CDXmlDescriptor

java.lang.Object
  extended by org.richfaces.demo.tree.CDXmlDescriptor
All Implemented Interfaces:
Serializable

public class CDXmlDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CDXmlDescriptor()
           
 
Method Summary
 String getArtist()
           
 String getCompany()
           
 String getCountry()
           
 float getPrice()
           
 String getTitle()
           
 int getYear()
           
 void setArtist(String artist)
           
 void setCompany(String company)
           
 void setCountry(String country)
           
 void setPrice(float price)
           
 void setTitle(String title)
           
 void setYear(int year)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDXmlDescriptor

public CDXmlDescriptor()
Method Detail

getArtist

public String getArtist()

setArtist

public void setArtist(String artist)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getCompany

public String getCompany()

setCompany

public void setCompany(String company)

getPrice

public float getPrice()

setPrice

public void setPrice(float price)

getYear

public int getYear()

setYear

public void setYear(int year)

RichFaces Showcase 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.