public class Properties extends Object
| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasCustomProperties() |
Properties |
setBoolProperty(String key,
Boolean boolValue) |
Properties |
setCategory(String category) |
Properties |
setCompany(String company) |
Properties |
setDateProperty(String key,
Instant dateValue) |
Properties |
setDescription(String description) |
Properties |
setHyperlinkBase(String hyperlinkBase) |
Properties |
setKeywords(String keywords) |
Properties |
setManager(String manager) |
Properties |
setNumberProperty(String key,
BigDecimal numberValue) |
Properties |
setSubject(String subject) |
Properties |
setTextProperty(String key,
String textValue) |
Properties |
setTitle(String title) |
public Properties setTitle(String title)
public Properties setSubject(String subject)
public Properties setKeywords(String keywords)
public Properties setDescription(String description)
public Properties setCategory(String category)
public Properties setManager(String manager)
public Properties setCompany(String company)
public Properties setHyperlinkBase(String hyperlinkBase)
public Properties setTextProperty(String key, String textValue)
public Properties setDateProperty(String key, Instant dateValue)
public Properties setNumberProperty(String key, BigDecimal numberValue)
public Properties setBoolProperty(String key, Boolean boolValue)
public boolean hasCustomProperties()
Copyright © 2023. All rights reserved.