|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.services.contentrepresentation.difference.Difference
nl.gx.webmanager.services.contentrepresentation.difference.Changed
public class Changed
Holds a list of changes between two versions of the same object.
Utilities.diff(ContentRepresentation,ContentRepresentation)| Constructor Summary | |
|---|---|
Changed(java.lang.String firstContentType,
java.lang.String secondContentType,
WmId firstWmId,
WmId secondWmId,
java.util.Set<java.lang.String> firstInterfaceNames,
java.util.Set<java.lang.String> secondInterfaceNames)
|
|
| Method Summary | |
|---|---|
void |
add(DifferenceEntry entry)
|
java.util.List<DifferenceEntry> |
getEntries()
|
java.lang.String |
getFirstContentType()
The content type of the first content representation. |
java.util.Set<java.lang.String> |
getFirstInterfaceNames()
The interface names of the first content representation. |
WmId |
getFirstWmId()
The wmId the first content representation. |
java.lang.String |
getSecondContentType()
The content type of the second content representation. |
java.util.Set<java.lang.String> |
getSecondInterfaceNames()
The interface names of the second content representation. |
WmId |
getSecondWmId()
The wmId the second content representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Changed(java.lang.String firstContentType,
java.lang.String secondContentType,
WmId firstWmId,
WmId secondWmId,
java.util.Set<java.lang.String> firstInterfaceNames,
java.util.Set<java.lang.String> secondInterfaceNames)
| Method Detail |
|---|
public void add(DifferenceEntry entry)
public java.util.List<DifferenceEntry> getEntries()
public java.lang.String getFirstContentType()
ContentRepresentation.getContentType()public java.lang.String getSecondContentType()
ContentRepresentation.getContentType()public WmId getFirstWmId()
ContentRepresentation.getWmId()public WmId getSecondWmId()
ContentRepresentation.getWmId()public java.util.Set<java.lang.String> getFirstInterfaceNames()
ContentRepresentation.getInterfaceNames()public java.util.Set<java.lang.String> getSecondInterfaceNames()
ContentRepresentation.getInterfaceNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||