com.brayan.SECS.DAL
Class Activity

java.lang.Object
  extended by 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

Field Summary
(package private)  java.lang.String activityDescription
           
(package private)  Document document
           
(package private)  Enums.EventInteractionType eventInteractionType
           
(package private)  java.util.ArrayList<java.lang.String> keywords
           
(package private)  Person person
           
(package private)  Enums.SoftwareType softwareType
           
(package private)  Enums.TypeOfIssuer typeOfIssuer
           
 
Constructor Summary
Activity()
           
 
Method Summary
 java.lang.String getActivityDescription()
           
 Document getDocument()
           
 Enums.EventInteractionType getEventInteractionType()
           
 java.util.ArrayList<java.lang.String> getKeywords()
           
 Person getPerson()
           
 Enums.SoftwareType getSoftwareType()
           
 Enums.TypeOfIssuer getTypeOfIssuer()
           
 void setActivityDescription(java.lang.String activityDescription)
           
 void setDocument(Document file)
           
 void setEventInteractionType(Enums.EventInteractionType evtType)
           
 void setKeywords(java.util.ArrayList<java.lang.String> keywords)
           
 void setPerson(Person person)
           
 void setSoftwareType(Enums.SoftwareType softwareType)
           
 void setTypeOfIssuer(Enums.TypeOfIssuer typeOfIssuer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Activity

public Activity()
Method Detail

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)