Klasse CscAttribute
java.lang.Object
de.dlr.proseo.api.prip.rest.model.CscAttribute
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
Actual size in bytes of the attributeprotected String
The MIME type of the attributeprotected String
The attribute value in UTC, if it is a string attributeprotected String
String identifier of the attributeprotected Long
The attribute value, if it is an integer attribute(Package privat) static final long
protected String
The attribute value, if it is a string attribute -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull Long
Returns the contentLength.@NotNull String
Returns the contentType.@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") String
Returns the dateValue.@NotNull String
getId()
Returns the id.Returns the integerValue.Returns the stringValue.int
hashCode()
void
setContentLength
(Long contentLength) Set the contentLength.void
setContentType
(String contentType) Set the contentType.void
setDateValue
(String dateValue) Set the dateValue.void
Set the id.void
setIntegerValue
(Long integerValue) Set the integerValue.void
setStringValue
(String stringValue) Set the stringValue.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
String identifier of the attribute -
contentType
The MIME type of the attribute -
contentLength
Actual size in bytes of the attribute -
stringValue
The attribute value, if it is a string attribute -
dateValue
The attribute value in UTC, if it is a string attribute -
integerValue
The attribute value, if it is an integer attribute
-
-
Konstruktordetails
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id
- the new id
-
getContentType
Returns the contentType.- Gibt zurück:
- contentType
-
setContentType
Set the contentType.- Parameter:
contentType
- the new contentType
-
getContentLength
Returns the contentLength.- Gibt zurück:
- contentLength
-
setContentLength
Set the contentLength.- Parameter:
contentLength
- the new contentLength
-
getStringValue
Returns the stringValue.- Gibt zurück:
- stringValue
-
setStringValue
Set the stringValue.- Parameter:
stringValue
- the new stringValue
-
getDateValue
@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") public @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") String getDateValue()Returns the dateValue.- Gibt zurück:
- dateValue
-
setDateValue
Set the dateValue.- Parameter:
dateValue
- the new dateValue
-
getIntegerValue
Returns the integerValue.- Gibt zurück:
- integerValue
-
setIntegerValue
Set the integerValue.- Parameter:
integerValue
- the new integerValue
-
hashCode
public int hashCode() -
equals
-
toString
-