org.ow2.dragon.service.deployment
Class RatingTO

java.lang.Object
  extended by org.ow2.dragon.service.deployment.RatingTO

public class RatingTO
extends java.lang.Object

Java class for ratingTO complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ratingTO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="myRating" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int myRating
           
protected  java.lang.String userName
           
 
Constructor Summary
RatingTO()
           
 
Method Summary
 int getMyRating()
          Gets the value of the myRating property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 void setMyRating(int value)
          Sets the value of the myRating property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myRating

protected int myRating

userName

protected java.lang.String userName
Constructor Detail

RatingTO

public RatingTO()
Method Detail

getMyRating

public int getMyRating()
Gets the value of the myRating property.


setMyRating

public void setMyRating(int value)
Sets the value of the myRating property.


getUserName

public java.lang.String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(java.lang.String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.