|
jSyncManager Simple Java Server | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.c4j.ContractBase<User>
org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.UserContract
public class UserContract
Contract for User class
| Field Summary | |
|---|---|
(package private) User |
user
|
| Fields inherited from class net.sourceforge.c4j.ContractBase |
|---|
m_target |
| Constructor Summary | |
|---|---|
UserContract(User user)
Constructor for the User class |
|
| Method Summary | |
|---|---|
void |
classInvariant()
The class invariant for User class |
void |
post_getPath()
The post condition for getPath method |
void |
post_toString()
The post condition for toString method |
void |
pre_setName(java.lang.String name)
The pre condition for setName method |
void |
pre_setPath(java.lang.String path)
The pre condition for setPath method |
| Methods inherited from class net.sourceforge.c4j.ContractBase |
|---|
addLogger, classInvariantCheck, getPreconditionValue, getReturnValue, getTargetField, popPreconditionValuesMap, popReturnValue, postConditionCheck, preConditionCheck, pushPreconditionValuesMap, pushReturnValue, setPreconditionValue, setReturnValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
User user
| Constructor Detail |
|---|
public UserContract(User user)
user - the user| Method Detail |
|---|
public void classInvariant()
public void pre_setName(java.lang.String name)
name - string type of namepublic void post_getPath()
public void pre_setPath(java.lang.String path)
path - string type of pathpublic void post_toString()
|
jSyncManager Simple Java Server | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||