com.brayan.SECS.DAL
Class Activity
java.lang.Object
com.brayan.SECS.DAL.Activity
public class Activity
- extends java.lang.Object
This class is part of the event class and store information about the activity and resources involved.
Document and Person are considered resources
- Author:
- Brayan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activityDescription
java.lang.String activityDescription
keywords
java.util.ArrayList<java.lang.String> keywords
document
Document document
person
Person person
softwareType
Enums.SoftwareType softwareType
eventInteractionType
Enums.EventInteractionType eventInteractionType
typeOfIssuer
Enums.TypeOfIssuer typeOfIssuer
Activity
public Activity()
getActivityDescription
public java.lang.String getActivityDescription()
setActivityDescription
public void setActivityDescription(java.lang.String activityDescription)
getEventInteractionType
public Enums.EventInteractionType getEventInteractionType()
setEventInteractionType
public void setEventInteractionType(Enums.EventInteractionType evtType)
getDocument
public Document getDocument()
setDocument
public void setDocument(Document file)
getPerson
public Person getPerson()
setPerson
public void setPerson(Person person)
getSoftwareType
public Enums.SoftwareType getSoftwareType()
setSoftwareType
public void setSoftwareType(Enums.SoftwareType softwareType)
getTypeOfIssuer
public Enums.TypeOfIssuer getTypeOfIssuer()
setTypeOfIssuer
public void setTypeOfIssuer(Enums.TypeOfIssuer typeOfIssuer)
getKeywords
public java.util.ArrayList<java.lang.String> getKeywords()
setKeywords
public void setKeywords(java.util.ArrayList<java.lang.String> keywords)