public class ExtendedPropertyId extends ExtendedPropertyTag
| Constructor and Description |
|---|
ExtendedPropertyId()
Instantiates a new extended property id.
|
ExtendedPropertyId(int id,
byte[] guid)
Instantiates a new extended property id.
|
ExtendedPropertyId(int id,
byte[] guid,
PropertyType type)
Instantiates a new extended property id.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the id.
|
void |
setId(int id)
Sets the id.
|
java.lang.String |
toString() |
getGuid, getType, setGuid, setTypepublic ExtendedPropertyId()
public ExtendedPropertyId(int id,
byte[] guid)
id - the idguid - the guidpublic ExtendedPropertyId(int id,
byte[] guid,
PropertyType type)
id - the idguid - the guidtype - the type