Package org.jboss.set.aphrodite.domain
Class Patch
- java.lang.Object
-
- org.jboss.set.aphrodite.domain.Patch
-
public class Patch extends Object
-
-
Constructor Summary
Constructors Constructor Description Patch(URL url, PatchType patchType, PatchState patchState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PatchStategetPatchState()PatchTypegetPatchType()URLgetUrl()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Patch
public Patch(URL url, PatchType patchType, PatchState patchState)
-
-
Method Detail
-
getUrl
public URL getUrl()
-
getPatchType
public PatchType getPatchType()
-
getPatchState
public PatchState getPatchState()
-
-