Package kr.ac.konkuk.ccslab.cm.sns
Class CMSNSAttach
java.lang.Object
kr.ac.konkuk.ccslab.cm.entity.CMObject
kr.ac.konkuk.ccslab.cm.sns.CMSNSAttach
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsFileName
(String strFileName) boolean
int
int
int
void
init()
void
setContentID
(int id) void
setContentUploadResponseEvent
(int nReturnCode, int nContentID, String strDate, String strRequesterName) void
setCreationTime
(String date) void
setFilePathList
(ArrayList<String> filePathList) void
setNumCompleted
(int num) void
setRequesterName
(String name) void
setReturnCode
(int code) toString()
-
Constructor Details
-
CMSNSAttach
public CMSNSAttach()
-
-
Method Details
-
toString
-
equals
-
setNumCompleted
public void setNumCompleted(int num) -
getNumCompleted
public int getNumCompleted() -
setFilePathList
-
getFilePathList
-
setReturnCode
public void setReturnCode(int code) -
getReturnCode
public int getReturnCode() -
setRequesterName
-
getRequesterName
-
setContentID
public void setContentID(int id) -
getContentID
public int getContentID() -
setCreationTime
-
getCreationTime
-
setContentUploadResponseEvent
-
containsFileName
-
init
public void init()
-