org.exoplatform.brandadvocacy.model
Class MissionParticipantNote

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

public class MissionParticipantNote
extends Object

Created by exoplatform on 23/12/14.


Constructor Summary
MissionParticipantNote()
           
MissionParticipantNote(String missionParticipantId)
           
 
Method Summary
 void checkValid()
           
 String getAuthor()
           
 String getContent()
           
 String getId()
           
 String getLabelID()
           
 String getMissionParticipantId()
           
 NoteType getType()
           
 void setAuthor(String author)
           
 void setContent(String content)
           
 void setId(String id)
           
 void setLabelID(String labelID)
           
 void setMissionParticipantId(String missionParticipantId)
           
 void setType(NoteType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissionParticipantNote

public MissionParticipantNote()

MissionParticipantNote

public MissionParticipantNote(String missionParticipantId)
Method Detail

getMissionParticipantId

public String getMissionParticipantId()

setMissionParticipantId

public void setMissionParticipantId(String missionParticipantId)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getContent

public String getContent()

setContent

public void setContent(String content)

checkValid

public void checkValid()
                throws BrandAdvocacyServiceException
Throws:
BrandAdvocacyServiceException

getId

public String getId()

setId

public void setId(String id)

getLabelID

public String getLabelID()

setLabelID

public void setLabelID(String labelID)

getType

public NoteType getType()

setType

public void setType(NoteType type)


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