public class AutoIncrementIdSetterMethod extends Object
Constructor and Description |
---|
AutoIncrementIdSetterMethod(Class<?> type,
Method method)
构造函数
|
Modifier and Type | Method and Description |
---|---|
Method |
getMethod()
Gets the value of method
|
Class<?> |
getType()
Gets the value of type
|
void |
setMethod(Method method)
Sets the method
|
void |
setType(Class<?> type)
Sets the type
|
public Class<?> getType()
public void setType(Class<?> type)
You can use getType() to get the value of type
type
- typepublic Method getMethod()
public void setMethod(Method method)
You can use getMethod() to get the value of method
method
- methodCopyright © 2020 IBIT程序猿. All rights reserved.