public class DocumentInfo extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
DocumentInfo()
Creates new instance.
|
|
DocumentInfo(DocumentType type,
String id,
String title)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the document id.
|
String |
getTitle()
Returns title of document.
|
DocumentType |
getType()
Returns the document type.
|
protected DocumentInfo()
public DocumentInfo(DocumentType type, String id, String title)
type
- id
- title
- public DocumentType getType()
public String getId()
public String getTitle()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.