Class Book
java.lang.Object
org.exoplatform.services.rest.generated.Book
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}title"/>
<element ref="{}author"/>
<element ref="{}price"/>
<element ref="{}member-price"/>
</sequence>
<attribute name="send-by-post" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected MemberPriceprotected Priceprotected Booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the author property.Gets the value of the memberPrice property.getPrice()Gets the value of the price property.getTitle()Gets the value of the title property.booleanGets the value of the sendByPost property.voidSets the value of the author property.voidsetMemberPrice(MemberPrice value) Sets the value of the memberPrice property.voidSets the value of the price property.voidsetSendByPost(Boolean value) Sets the value of the sendByPost property.voidSets the value of the title property.
-
Field Details
-
title
-
author
-
price
-
memberPrice
-
sendByPost
-
-
Constructor Details
-
Book
public Book()
-
-
Method Details
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isString
-
getPrice
Gets the value of the price property.- Returns:
- possible object is
Price
-
setPrice
Sets the value of the price property.- Parameters:
value- allowed object isPrice
-
getMemberPrice
Gets the value of the memberPrice property.- Returns:
- possible object is
MemberPrice
-
setMemberPrice
Sets the value of the memberPrice property.- Parameters:
value- allowed object isMemberPrice
-
isSendByPost
public boolean isSendByPost()Gets the value of the sendByPost property.- Returns:
- possible object is
Boolean
-
setSendByPost
Sets the value of the sendByPost property.- Parameters:
value- allowed object isBoolean
-