public class MenuIndex
extends Object
- Author:
- Elias Ricken de Medeiros
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
MenuIndex
public MenuIndex(Long parentId,
int value,
int lastUsedIndex)
-
Method Details
-
getValue
public int getValue()
-
getParentId
public Long getParentId()
-
getLastUsedIndex
public int getLastUsedIndex()
-
-