org.exoplatform.brandadvocacy.model
Class Proposition

java.lang.Object
  extended by org.exoplatform.brandadvocacy.model.Proposition

public class Proposition
extends Object

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Sep 9, 2014


Constructor Summary
Proposition()
           
Proposition(String content)
           
 
Method Summary
 void checkValid()
           
 Boolean getActive()
           
 String getContent()
           
 String getId()
           
 String getLabelID()
           
 String getMission_id()
           
 int getNumberUsed()
           
 String getShortContent(int length)
           
 void setActive(Boolean active)
           
 void setContent(String content)
           
 void setId(String id)
           
 void setLabelID(String labelID)
           
 void setMission_id(String mission_id)
           
 void setNumberUsed(int nb)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Proposition

public Proposition()

Proposition

public Proposition(String content)
Method Detail

getLabelID

public String getLabelID()

setLabelID

public void setLabelID(String labelID)

getId

public String getId()

setId

public void setId(String id)

getMission_id

public String getMission_id()

setMission_id

public void setMission_id(String mission_id)

getContent

public String getContent()

setContent

public void setContent(String content)

getActive

public Boolean getActive()

setActive

public void setActive(Boolean active)

getNumberUsed

public int getNumberUsed()

setNumberUsed

public void setNumberUsed(int nb)

checkValid

public void checkValid()
                throws BrandAdvocacyServiceException
Throws:
BrandAdvocacyServiceException

getShortContent

public String getShortContent(int length)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.