|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.beans.Inode
public class Inode
| Field Summary | |
|---|---|
protected long |
inode
|
| Constructor Summary | |
|---|---|
Inode()
|
|
| Method Summary | |
|---|---|
void |
addChild(Inode i)
|
void |
addChild(Inode i,
java.lang.String relationType)
|
void |
addParent(Inode i)
|
void |
addParent(Inode i,
java.lang.String relationType)
|
boolean |
deleteChild(Inode child)
Remove the ASSOCIATION between a child and the inode |
boolean |
deleteChild(Inode child,
java.lang.String relationType)
|
boolean |
deleteParent(Inode parent)
Remove the ASSOCIATION between a parent and the inode |
boolean |
deleteParent(Inode parent,
java.lang.String relationType)
|
boolean |
equals(java.lang.Object other)
|
java.util.Date |
getiDate()
|
java.util.Date |
getIDate()
Returns the iDate. |
long |
getIdentifier()
|
long |
getInode()
|
java.util.Map<java.lang.String,java.lang.Object> |
getMap()
Returns a hashmap with all the inode fields |
int |
getOwner()
Returns the owner. |
java.lang.String |
getType()
Returns the type. |
boolean |
hasChildren()
|
boolean |
hasParents()
|
boolean |
isNew()
|
void |
setiDate(java.util.Date iDate)
|
void |
setIDate(java.util.Date iDate)
Sets the iDate. |
void |
setIDate(java.lang.String x)
|
void |
setIdentifier(long identifier)
|
void |
setInode(long inode)
Sets the inode. |
void |
setInode(java.lang.String inode)
|
void |
setOwner(int owner)
Sets the owner. |
void |
setOwner(java.lang.String owner)
|
void |
setParents(java.util.List newParents)
Wipe out the old parents and associate a new parents set to the inode |
void |
setType(java.lang.String type)
Sets the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long inode
| Constructor Detail |
|---|
public Inode()
| Method Detail |
|---|
public void setIDate(java.util.Date iDate)
iDate - The iDate to setpublic void setIDate(java.lang.String x)
public java.util.Date getIDate()
public void setInode(long inode)
inode - The inode to setpublic void setInode(java.lang.String inode)
public long getInode()
public void setOwner(int owner)
owner - The owner to setpublic void setOwner(java.lang.String owner)
public int getOwner()
public void setType(java.lang.String type)
type - The type to setpublic java.lang.String getType()
public void addChild(Inode i)
public void addChild(Inode i,
java.lang.String relationType)
public void addParent(Inode i)
public void addParent(Inode i,
java.lang.String relationType)
public boolean deleteChild(Inode child)
child - child to be disassociated
public boolean deleteChild(Inode child,
java.lang.String relationType)
public boolean deleteParent(Inode parent)
parent - parent to be disassociated
public boolean deleteParent(Inode parent,
java.lang.String relationType)
public boolean hasChildren()
public boolean hasParents()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.util.Date getiDate()
public void setiDate(java.util.Date iDate)
public long getIdentifier()
public void setIdentifier(long identifier)
identifier - The identifier to set.public boolean isNew()
public void setParents(java.util.List newParents)
newChildren - New children setpublic java.util.Map<java.lang.String,java.lang.Object> getMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||