public class ReadOnlyPersistablePropertyContainerForAuthor extends HierarchyNode<ExtendedGuid>
The read only persistable property container for author.
Constructor and Description |
---|
ReadOnlyPersistablePropertyContainerForAuthor(ExtendedGuid nodeId)
Initializes a new instance of the
ReadOnlyPersistablePropertyContainerForAuthor class. |
ReadOnlyPersistablePropertyContainerForAuthor(ExtendedGuid nodeId,
String author)
Initializes a new instance of the
ReadOnlyPersistablePropertyContainerForAuthor class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
String |
getAuthor()
Gets or sets the author.
|
int |
hashCode()
The get hash code.
|
static boolean |
op_Equality(ReadOnlyPersistablePropertyContainerForAuthor left,
ReadOnlyPersistablePropertyContainerForAuthor right)
The ==.
|
static boolean |
op_Inequality(ReadOnlyPersistablePropertyContainerForAuthor left,
ReadOnlyPersistablePropertyContainerForAuthor right)
The !=.
|
void |
setAuthor(String value)
Gets or sets the author.
|
getNodeId, getType
public ReadOnlyPersistablePropertyContainerForAuthor(ExtendedGuid nodeId)
Initializes a new instance of the ReadOnlyPersistablePropertyContainerForAuthor
class.
nodeId
- The node id.public ReadOnlyPersistablePropertyContainerForAuthor(ExtendedGuid nodeId, String author)
Initializes a new instance of the ReadOnlyPersistablePropertyContainerForAuthor
class.
nodeId
- The node id.author
- The author.public String getAuthor()
Gets or sets the author.
public void setAuthor(String value)
Gets or sets the author.
public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(ReadOnlyPersistablePropertyContainerForAuthor left, ReadOnlyPersistablePropertyContainerForAuthor right)
The ==.
left
- The left.right
- The right.public static boolean op_Inequality(ReadOnlyPersistablePropertyContainerForAuthor left, ReadOnlyPersistablePropertyContainerForAuthor right)
The !=.
left
- The left.right
- The right.Copyright (c) 2016 Aspose. All Rights Reserved.