public class ContentProperty extends Object implements Serializable
Constructor and Description |
---|
ContentProperty() |
ContentProperty(ContentProperty contentProperty)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
ContentEntityObject |
getContentEntity() |
Date |
getDateValue() |
long |
getId() |
Long |
getLongValue() |
String |
getName() |
String |
getStringValue() |
void |
setContentEntity(ContentEntityObject content) |
void |
setDateValue(Date dateValue) |
void |
setId(long id) |
void |
setLongValue(Long longValue) |
void |
setName(String name) |
void |
setStringValue(String stringValue) |
public ContentProperty()
public ContentProperty(ContentProperty contentProperty)
contentProperty
- the property to copy.public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getStringValue()
public void setStringValue(String stringValue)
public Long getLongValue()
public void setLongValue(Long longValue)
public Date getDateValue()
public void setDateValue(Date dateValue)
public ContentEntityObject getContentEntity()
public void setContentEntity(ContentEntityObject content)
Copyright © 2003–2021 Atlassian. All rights reserved.