Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public double getPromotionRatio() {
  2. return this.promotionRatio;
  3. }
  4.  
  5. public void setPromotionRatio(double promotionRatio) {
  6. this.promotionRatio = promotionRatio;
  7. }
  8.  
  9. public int getTitleIndex(){
  10. return this.titleIndex;
  11. }
  12.  
  13. public void setTitleIndex(int titleIndex){
  14. this.titleIndex = titleIndex;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement