org.gcube.messaging.common.messages.records
Class ContentRecord
java.lang.Object
org.gcube.messaging.common.messages.records.BaseRecord
org.gcube.messaging.common.messages.records.ContentRecord
- All Implemented Interfaces:
- Serializable
public class ContentRecord
- extends BaseRecord
- Author:
- Andrea Manzi(CERN)
- See Also:
- Serialized Form
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
date |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentRecord
public ContentRecord()
- constructor
getContentId
public String getContentId()
- get the content ID
- Returns:
- the content ID
setContentId
public void setContentId(String contentId)
- set the content ID
- Parameters:
contentId
- the content ID
getContentName
public String getContentName()
- get the content name
- Returns:
- the content name
setContentName
public void setContentName(String contentName)
- set the content name
- Parameters:
contentName
- the content name
Copyright © 2014. All Rights Reserved.