|
|||||||||
| Home >> All >> com >> mockobjects >> [ atg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.mockobjects.atg
Class MockRepositoryItem

java.lang.Objectcom.mockobjects.atg.MockRepositoryItem
- public class MockRepositoryItem
- extends java.lang.Object
Creation date: (06/04/2001 08:48:16)
| Field Summary | |
private java.util.HashMap |
propertyValues
|
| Constructor Summary | |
MockRepositoryItem()
MockRepositoryItem constructor comment. |
|
| Method Summary | |
RepositoryItemDescriptor |
getItemDescriptor()
getItemDescriptor method comment. |
java.lang.String |
getItemDisplayName()
getItemDisplayName method comment. |
java.lang.Object |
getPropertyValue(java.lang.String name)
getPropertyValue method comment. |
Repository |
getRepository()
getRepository method comment. |
java.lang.String |
getRepositoryId()
getRepositoryId method comment. |
boolean |
isTransient()
isTransient method comment. |
void |
setupPropertyValue(java.lang.String key,
java.lang.Object propertyValue)
getPropertyValue method comment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
propertyValues
private java.util.HashMap propertyValues
| Constructor Detail |
MockRepositoryItem
public MockRepositoryItem()
- MockRepositoryItem constructor comment.
| Method Detail |
getItemDescriptor
public RepositoryItemDescriptor getItemDescriptor()
throws RepositoryException
- getItemDescriptor method comment.
getItemDisplayName
public java.lang.String getItemDisplayName()
- getItemDisplayName method comment.
getPropertyValue
public java.lang.Object getPropertyValue(java.lang.String name)
- getPropertyValue method comment.
getRepository
public Repository getRepository()
- getRepository method comment.
getRepositoryId
public java.lang.String getRepositoryId()
- getRepositoryId method comment.
isTransient
public boolean isTransient()
- isTransient method comment.
setupPropertyValue
public void setupPropertyValue(java.lang.String key, java.lang.Object propertyValue)
- getPropertyValue method comment.
|
|||||||||
| Home >> All >> com >> mockobjects >> [ atg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.mockobjects.atg.MockRepositoryItem