|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zipxap.vfs.dataobjects.AEntry
public abstract class AEntry
DO NOT place custom code here!! Custom code placed here will be overwritten/deleted by the generator. If this file gets manually deleted, it will be regenerated.
Copyright 2009 ZipXap Technology, LLC. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA or visit http://www.gnu.org/licenses/lgpl.html.
| Constructor Summary | |
|---|---|
AEntry()
|
|
AEntry(java.lang.String uniqueId,
java.lang.String parentId,
EntryType type,
java.lang.String name,
java.lang.String ownerId,
long created,
java.lang.String createdId,
long lastModified,
java.lang.String lastModifiedId)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone this AEntry. |
boolean |
equals(java.lang.Object o)
Determine if two DataObjects are equal. |
boolean |
equals(java.lang.Object o,
boolean rightTrimStrings)
Determine if two DataObjects are equal. |
boolean |
equals(java.lang.Object o,
boolean rightTrimStrings,
java.io.PrintStream out)
Determine if two DataObjects are equal. |
long |
getCreated()
Retrieve the a entry's created. |
java.lang.String |
getCreatedId()
Retrieve the a entry's created id. |
long |
getLastModified()
Retrieve the a entry's last modified. |
java.lang.String |
getLastModifiedId()
Retrieve the a entry's last modified id. |
java.lang.String |
getName()
Retrieve the a entry's name. |
java.lang.String |
getOwnerId()
Retrieve the a entry's owner id. |
java.lang.String |
getParentId()
Retrieve the a entry's parent id. |
EntryType |
getType()
Retrieve the a entry's type. |
java.lang.String |
getUniqueId()
Retrieve the a entry's unique id. |
int |
hashCode()
|
void |
setCreated(long created)
Set the a entry's created. |
void |
setCreatedId(java.lang.String createdId)
Set the a entry's created id. |
void |
setLastModified(long lastModified)
Set the a entry's last modified. |
void |
setLastModifiedId(java.lang.String lastModifiedId)
Set the a entry's last modified id. |
void |
setName(java.lang.String name)
Set the a entry's name. |
void |
setOwnerId(java.lang.String ownerId)
Set the a entry's owner id. |
void |
setParentId(java.lang.String parentId)
Set the a entry's parent id. |
void |
setType(EntryType type)
Set the a entry's type. |
void |
setUniqueId(java.lang.String uniqueId)
Set the a entry's unique id. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AEntry()
public AEntry(java.lang.String uniqueId,
java.lang.String parentId,
EntryType type,
java.lang.String name,
java.lang.String ownerId,
long created,
java.lang.String createdId,
long lastModified,
java.lang.String lastModifiedId)
| Method Detail |
|---|
public java.lang.String getUniqueId()
public void setUniqueId(java.lang.String uniqueId)
uniqueId - The value to assign to the a entry's unique id.public java.lang.String getParentId()
public void setParentId(java.lang.String parentId)
parentId - The value to assign to the a entry's parent id.public EntryType getType()
public void setType(EntryType type)
type - The value to assign to the a entry's type.public java.lang.String getName()
public void setName(java.lang.String name)
name - The value to assign to the a entry's name.public java.lang.String getOwnerId()
public void setOwnerId(java.lang.String ownerId)
ownerId - The value to assign to the a entry's owner id.public long getCreated()
public void setCreated(long created)
created - The value to assign to the a entry's created.public java.lang.String getCreatedId()
public void setCreatedId(java.lang.String createdId)
createdId - The value to assign to the a entry's created id.public long getLastModified()
public void setLastModified(long lastModified)
lastModified - The value to assign to the a entry's last modified.public java.lang.String getLastModifiedId()
public void setLastModifiedId(java.lang.String lastModifiedId)
lastModifiedId - The value to assign to the a entry's last modified id.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to compare to this object.
true if all properties are equal.
public boolean equals(java.lang.Object o,
boolean rightTrimStrings)
o - The object to compare to this object.
true if all properties are equal.
public boolean equals(java.lang.Object o,
boolean rightTrimStrings,
java.io.PrintStream out)
o - The object to compare to this object.out - A PrintWriter to write out verbose comparison results to
(typically for debugging), else null to not output verbose information.
true if all properties are equal.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||